Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-06 17:56:51 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-04-06 17:56:51 +0300
commitabefedf53f9a35155cf5c674af56a0fd71b19724 (patch)
tree463d404b3c175468790579c8695e70b3d82719d8 /app/assets/stylesheets/pages/note_form.scss
parent99e4431c682dc79880b28b90b0c39507df22e1d1 (diff)
Correct dropdown width
Diffstat (limited to 'app/assets/stylesheets/pages/note_form.scss')
-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 {