diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-04-27 11:09:29 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-06-03 17:11:41 -0500 |
commit | 7712aaf2a757835657f4e6b1af3349b0a8974fc9 (patch) | |
tree | eb499c370f8ed7561ccda3fede3c41999990f93d | |
parent | 112f6a1e6d2e12e4c7f507a8fc0adb996e4a25b0 (diff) | |
download | gitlab-ce-7712aaf2a757835657f4e6b1af3349b0a8974fc9.tar.gz |
Add space
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index d18d00c1e5e..28634d0c59f 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -232,7 +232,7 @@ a { padding-left: 25px; - &.is-indeterminate, &.is-active{ + &.is-indeterminate, &.is-active { &::before { position: absolute; left: 5px; |