diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index e524dd27942..405349f46d1 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -207,6 +207,12 @@ input[type=radio], input[type=checkbox] { position: absolute; display: block; bottom: 0; + white-space: nowrap; + .btn { + max-width: 120px; + overflow: hidden; + white-space: nowrap; + } } } .category-input {