diff options
author | Phil Hughes <me@iamphill.com> | 2017-11-14 10:50:00 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-11-17 14:51:29 +0000 |
commit | 323b4b0ffeabad52a37fb5e9aa1df5fa32a5a2ba (patch) | |
tree | bb88e7265c73b85a5a7773706e6b457f5571a5e7 /app/assets | |
parent | 8e7f84b510365d678677e72438aa674e5f9c773b (diff) | |
download | gitlab-ce-323b4b0ffeabad52a37fb5e9aa1df5fa32a5a2ba.tar.gz |
updated dropdown width
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/diff.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss index 779ba431d85..0e834a5ad90 100644 --- a/app/assets/stylesheets/pages/diff.scss +++ b/app/assets/stylesheets/pages/diff.scss @@ -628,7 +628,7 @@ } .diff-file-changes { - max-width: 550px; + max-width: 560px; width: 100%; z-index: 150; |