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:
authorTim Zallmann <tzallmann@gitlab.com>2018-05-11 11:04:34 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-05-11 11:04:34 +0300
commite6b8f89d280292d24ec4c3ec586933df1474cae7 (patch)
tree40f81360b15c3a89c02bf01a7005c0217ce586bc /app/assets
parente1abca20db327958d635a09454999f4e256f7cf6 (diff)
parent5b2e53eee7e272ae4f5153c42607e7102d817090 (diff)
Merge branch '46210-terms-acceptance-dropdown-menu' into 'master'
Resolve "Terms acceptance dropdown menu" Closes #46210 See merge request gitlab-org/gitlab-ce!18862
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/terms.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/terms.scss b/app/assets/stylesheets/framework/terms.scss
index 16293d32dfa..744fd0ff796 100644
--- a/app/assets/stylesheets/framework/terms.scss
+++ b/app/assets/stylesheets/framework/terms.scss
@@ -17,6 +17,7 @@
display: flex;
align-items: center;
justify-content: space-between;
+ line-height: $line-height-base;
.title {
display: flex;
@@ -33,10 +34,14 @@
.navbar-collapse {
padding-right: 0;
+
+ .navbar-nav {
+ margin: 0;
+ }
}
- .nav li a {
- color: $theme-gray-700;
+ .nav li {
+ float: none;
}
}