summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-02-05 18:18:34 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-02-05 18:18:34 -0500
commitebeb35a01cc41eb1b55271644a633397ca4ce7a1 (patch)
tree3b94faa5a333648e3e27841d8e59a8eafba0f441 /app/assets
parente63941ab34d7ee714d20d1f7e0b8bb57876153de (diff)
downloadgitlab-ce-ebeb35a01cc41eb1b55271644a633397ca4ce7a1.tar.gz
Fix ugly state of dropdown
when editing a dropdown, but not changing anything you end up in an ugly state Fixes #13215
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 9d5dc42b6cc..c0b5557bcbd 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -75,7 +75,7 @@
border: none;
}
- span {
+ span:not(.select2-container span) {
margin-top: 7px;
display: inline-block;
}