diff --git a/app/assets/stylesheets/mobile/compose.scss b/app/assets/stylesheets/mobile/compose.scss index f272ffe7131..3de80c94786 100644 --- a/app/assets/stylesheets/mobile/compose.scss +++ b/app/assets/stylesheets/mobile/compose.scss @@ -181,7 +181,8 @@ input { bottom: 35px; } .submit-panel { - // don't specify width; needs to auto-size for smallest phones + // need minimum width that fits, or this'll wrap cancel under submit/create which is super bad + width: 180px; position: absolute; display: block; bottom: 0;