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>2018-05-02 19:11:03 +0300
committerPhil Hughes <me@iamphill.com>2018-05-02 19:11:03 +0300
commit679daf9349e60ca65a048af3f35ad5492932e2cd (patch)
tree6056d7ec5aa4489f46d4cfb08e1074384c34993b /app/assets/stylesheets/pages
parent26630b9f8ddb7668d7d7527287d4f8ee920fde37 (diff)
fixed scrolling in firefox
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/repo.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 1e088c1aaf9..7e9770c9d18 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -454,10 +454,10 @@
.multi-file-commit-panel-inner {
display: flex;
- flex: 1;
flex-direction: column;
height: 100%;
- width: 0;
+ min-width: 0;
+ width: 100%;
}
.multi-file-commit-panel-inner-scroll {