From 3c4f502eacd8d1fcc86e8752d6e83be8df566eba Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Mon, 3 Aug 2020 09:02:41 -0700 Subject: [PATCH] add flex-none to radio buttons on report page. fixes #1509 --- app/ui/report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/report.js b/app/ui/report.js index 48f63001..1c2ae3d7 100644 --- a/app/ui/report.js +++ b/app/ui/report.js @@ -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}`)}