summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/selects.scss
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-02 14:11:32 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-02 14:15:08 +0100
commitaf541515fa49756d4d23719029648276ed6c2f5b (patch)
tree7c096a67e599bee8c6e942ab5ff2c822f8b44bc5 /app/assets/stylesheets/framework/selects.scss
parentf385988d1648e54218d68e02a25eaad048b04d0b (diff)
downloadgitlab-ce-af541515fa49756d4d23719029648276ed6c2f5b.tar.gz
Remove "none" username for "Unassigned" and "Any User" select options
Diffstat (limited to 'app/assets/stylesheets/framework/selects.scss')
-rw-r--r--app/assets/stylesheets/framework/selects.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/selects.scss b/app/assets/stylesheets/framework/selects.scss
index 78fff58d232..5781983c48f 100644
--- a/app/assets/stylesheets/framework/selects.scss
+++ b/app/assets/stylesheets/framework/selects.scss
@@ -123,10 +123,16 @@
}
.user-result {
+ min-height: 24px;
+
.user-image {
float: left;
}
- .user-name {
+
+ &.no-username {
+ .user-name {
+ line-height: 24px;
+ }
}
}