add flex-none to radio buttons on report page. fixes #1509
This commit is contained in:
parent
320b4cc9f1
commit
3c4f502eac
|
@ -81,7 +81,7 @@ module.exports = function(state, emit) {
|
||||||
name="reason"
|
name="reason"
|
||||||
id="${reportable.toLowerCase()}"
|
id="${reportable.toLowerCase()}"
|
||||||
value="${reportable.toLowerCase()}"
|
value="${reportable.toLowerCase()}"
|
||||||
class="mr-2 my-2 w-4 h-4"
|
class="mr-2 my-2 w-4 h-4 flex-none"
|
||||||
/>
|
/>
|
||||||
${state.translate(`reportReason${reportable}`)}
|
${state.translate(`reportReason${reportable}`)}
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in New Issue