mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
add flex-none to radio buttons on report page. fixes #1509
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user