summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-02 17:11:03 +0100
committerPhil Hughes <me@iamphill.com>2018-05-02 17:11:03 +0100
commit679daf9349e60ca65a048af3f35ad5492932e2cd (patch)
tree6056d7ec5aa4489f46d4cfb08e1074384c34993b /app
parent26630b9f8ddb7668d7d7527287d4f8ee920fde37 (diff)
downloadgitlab-ce-679daf9349e60ca65a048af3f35ad5492932e2cd.tar.gz
fixed scrolling in firefox
Diffstat (limited to 'app')
-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 {