mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-08 20:22:45 +01:00
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"
|
||||
id="${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}`)}
|
||||
</label>
|
||||
|
Loading…
Reference in New Issue
Block a user