summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Tang <dtang@gitlab.com>2018-04-03 22:14:51 +0200
committerDennis Tang <dtang@gitlab.com>2018-04-03 22:14:51 +0200
commit4bced03a5e0c8edf162553e5af4ff0fb914651f9 (patch)
tree978f1f7178f4d346287a5b9fb271e42fa26b57d8
parenta8f344383ff65bb097f09eb222d02b37694b221c (diff)
downloadgitlab-ce-4bced03a5e0c8edf162553e5af4ff0fb914651f9.tar.gz
make only link element gutter toggles flex
-rw-r--r--app/assets/stylesheets/pages/issuable.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 4206cbddf85..41f2a5bdc91 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -391,11 +391,14 @@
height: 60px;
margin-left: 0;
padding-left: 0;
+ border-bottom: 1px solid $border-gray-dark;
+ }
+
+ a.gutter-toggle {
display: flex;
- text-align: center;
justify-content: center;
flex-direction: column;
- border-bottom: 1px solid $border-gray-dark;
+ text-align: center;
}
.sidebar-collapsed-icon {