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>2017-10-30 19:25:32 +0300
committerPhil Hughes <me@iamphill.com>2017-10-30 19:25:32 +0300
commit098a98055abd32a7049b5429064f1ed45e45eea8 (patch)
tree8faf66231d3a5ca47179e0674e211e3467f28466 /app/assets/stylesheets/pages
parent5c75d750cf3b86e7e61df89b4b0efef1207829e0 (diff)
spec fixes
increased perf of scrolling tabs into view
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/repo.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 019f3a2ec45..44831288541 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -41,7 +41,9 @@
}
.panel-right {
+ display: -webkit-flex;
display: flex;
+ -webkit-flex-direction: column;
flex-direction: column;
width: 80%;
height: 100%;
@@ -73,6 +75,7 @@
}
.blob-viewer-container {
+ -webkit-flex: 1;
flex: 1;
overflow: auto;