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%; } }