diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-03-20 17:26:30 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2018-03-20 17:26:30 +0000 |
commit | 7224b8cea6d674c56393626c80f3cc8bdfa26efe (patch) | |
tree | 6026ba98d96b739bf8014bed99513675d5c6b1b4 /app/assets/stylesheets/performance_bar.scss | |
parent | a2d82d4c5522b6d3668481e2fcfc77b0830ce9b6 (diff) | |
download | gitlab-ce-7224b8cea6d674c56393626c80f3cc8bdfa26efe.tar.gz |
Adds a bigger width to the performance bar modal box and breaks the content
Diffstat (limited to 'app/assets/stylesheets/performance_bar.scss')
-rw-r--r-- | app/assets/stylesheets/performance_bar.scss | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/app/assets/stylesheets/performance_bar.scss b/app/assets/stylesheets/performance_bar.scss index d06148a7bf8..9c1d36fc59a 100644 --- a/app/assets/stylesheets/performance_bar.scss +++ b/app/assets/stylesheets/performance_bar.scss @@ -108,8 +108,14 @@ } } - .performance-bar-modal .modal-footer { - display: none; + .performance-bar-modal { + .modal-footer { + display: none; + } + + .modal-dialog { + width: 860px; + } } } |