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:
authorPhil Hughes <me@iamphill.com>2016-03-22 16:56:07 +0300
committerPhil Hughes <me@iamphill.com>2016-03-22 16:56:07 +0300
commitb4f97b93a926d4c71d0536675a0af19c37af2e30 (patch)
tree138119c3f51fd1541fa45103f345a98f4eb0b902 /app/assets/stylesheets/framework/common.scss
parentfc6ee359287c6bd286e32ce808e7069714e1732e (diff)
Fixes issue with signin button overflowing on mobile
Closes #14477
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index bc03c2180be..1f770876464 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -292,8 +292,11 @@ table {
}
.btn-sign-in {
- margin-top: 10px;
text-shadow: none;
+
+ @media (min-width: $screen-sm-min) {
+ margin-top: 11px;
+ }
}
.side-filters {