add flex-none to radio buttons on report page. fixes #1509

This commit is contained in:
Danny Coates 2020-08-03 09:02:41 -07:00
parent 320b4cc9f1
commit 3c4f502eac
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 1 deletions

View File

@ -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>