Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrie Hoekstra <dimitrie@gitlab.com>2017-09-27 19:46:17 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-27 19:46:17 +0300
commite8616997d3ae8cf7eb8d39d0c67cd0849f4d32f5 (patch)
tree76555600b3fa0c8209887bbd918c0d2bc33a5a44 /app/assets/stylesheets/framework/new-nav.scss
parent67d3ddfdb681d4e791b3b3b716d2b772f530cc86 (diff)
Breadcrumbs receives padding when double lined
Diffstat (limited to 'app/assets/stylesheets/framework/new-nav.scss')
-rw-r--r--app/assets/stylesheets/framework/new-nav.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/new-nav.scss b/app/assets/stylesheets/framework/new-nav.scss
index d4b3fb238d5..81022d4af2a 100644
--- a/app/assets/stylesheets/framework/new-nav.scss
+++ b/app/assets/stylesheets/framework/new-nav.scss
@@ -306,6 +306,8 @@ header.navbar-gitlab-new {
display: flex;
width: 100%;
position: relative;
+ padding-top: $gl-padding / 2;
+ padding-bottom: $gl-padding / 2;
align-items: center;
border-bottom: 1px solid $border-color;
}
@@ -346,6 +348,7 @@ header.navbar-gitlab-new {
display: flex;
align-items: center;
position: relative;
+ padding: 2px 0;
&:not(:last-child) {
margin-right: 20px;
@@ -381,7 +384,7 @@ header.navbar-gitlab-new {
margin: 0;
font-size: 12px;
font-weight: 600;
- line-height: 1;
+ line-height: 16px;
a {
color: $gl-text-color;