summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-16 15:18:21 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-16 15:18:21 +0000
commitf6664601719925834fbf6784545ee64ad9413a12 (patch)
tree912617d7c051f3381e5a8661c1dda751c0833ad5
parentf5b9c3d59d0a9fff4641e6028357213998137897 (diff)
downloadgitlab-ce-f6664601719925834fbf6784545ee64ad9413a12.tar.gz
Increase dropdown padding a bit
-rw-r--r--app/assets/stylesheets/framework/selects.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index 5bdd81777a7..78fff58d232 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -32,7 +32,7 @@
}
.select2-results .select2-result-label {
- padding: 6px;
+ padding: 9px;
}
.select2-drop{
@@ -143,4 +143,4 @@
.ajax-users-dropdown {
min-width: 250px !important;
-}
+} \ No newline at end of file