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:
authorMike Greiling <mike@pixelcog.com>2017-03-23 01:30:52 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-23 01:30:52 +0300
commit25d779a321e1859e89c00a27e1f025c6f77ea2e4 (patch)
tree75245b3c320aa7e8fc950ed030e0ecb9c9a1977b /app/assets/stylesheets/pages/builds.scss
parent3f8dbf300d8111044ca621609af6c5e5d89aede1 (diff)
remove jobs page hack to make subnav 100% width
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index a24292a7c8c..969fc75c6eb 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -366,9 +366,3 @@
right: 0;
margin-top: -17px;
}
-
-@media (min-width: $screen-md-min) {
- .sub-nav.build {
- width: calc(100% + #{$gutter_width});
- }
-}