summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-20 08:47:38 +0100
committerPhil Hughes <me@iamphill.com>2016-06-20 08:47:38 +0100
commit657aaca36369c347afae5b1c73e1065817f0f0c5 (patch)
tree762caa71ada5437c4b3bddfd377c639417aa755e
parent55982c3dbb148aa3303a67c965ee5ef773c8efdb (diff)
downloadgitlab-ce-mr-button-placement.tar.gz
Fixed mobile stylingmr-button-placement
-rw-r--r--app/assets/stylesheets/pages/note_form.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 577dddae741..de5ccbe2b6c 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -219,3 +219,16 @@
float: left;
}
}
+
+.note-form-actions {
+ @media (max-width: $screen-xs-max) {
+ .btn {
+ float: none;
+ width: 100%;
+
+ &:not(:last-child) {
+ margin-bottom: 10px;
+ }
+ }
+ }
+}