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:
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index fb05f8575ef..02b76b89482 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -7,9 +7,6 @@ html {
}
body {
- // Improves readability for dyslexic users; supported only in Chrome/Safari so far
- text-decoration-skip: ink;
-
&.navless {
background-color: $white !important;
}
@@ -139,6 +136,13 @@ body {
}
}
+.gl--flex-full {
+ @include gl-display-flex;
+ @include gl-align-items-stretch;
+ @include gl-overflow-hidden;
+}
+
+
.with-performance-bar .layout-page {
margin-top: calc(#{$header-height} + #{$performance-bar-height});
}