summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-06 15:56:51 +0100
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-06 15:56:51 +0100
commitabefedf53f9a35155cf5c674af56a0fd71b19724 (patch)
tree463d404b3c175468790579c8695e70b3d82719d8
parent99e4431c682dc79880b28b90b0c39507df22e1d1 (diff)
downloadgitlab-ce-abefedf53f9a35155cf5c674af56a0fd71b19724.tar.gz
Correct dropdown width
-rw-r--r--app/assets/stylesheets/pages/note_form.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 32907e4004e..c7582619d97 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -324,7 +324,7 @@
.dropdown-menu {
top: initial;
bottom: 40px;
- width: 297px;
+ width: 298px;
}
.description {