From 0927d757431e1ae6e65a7347e93e6a39a1836685 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 20 Oct 2017 10:32:57 -0400 Subject: [PATCH] UX: Better flex for the bulk actions modal --- app/assets/stylesheets/desktop/modal.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/modal.scss b/app/assets/stylesheets/desktop/modal.scss index 58ec3a04655..53e18769a55 100644 --- a/app/assets/stylesheets/desktop/modal.scss +++ b/app/assets/stylesheets/desktop/modal.scss @@ -155,9 +155,11 @@ flex-wrap: wrap; .btn { - width: 22%; + flex: 1 1 0; margin-bottom: 1em; margin-right: 1em; + white-space: nowrap; + max-width: 23%; } }