diff options
author | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-05-31 00:30:25 +0900 |
---|---|---|
committer | Takuya Noguchi <takninnovationresearch@gmail.com> | 2018-05-31 00:42:00 +0900 |
commit | 045e4a9792ef7d658969b8d96551cc14b4495718 (patch) | |
tree | 980989ba3bbf920c9ac338057c4c70a9cfb2402d /app/assets/stylesheets | |
parent | a6b828ca0c7ce580f684ad3a7a772f76c3a93bc9 (diff) | |
download | gitlab-ce-045e4a9792ef7d658969b8d96551cc14b4495718.tar.gz |
Fix UI broken in line profiling modal due to Bootstrap 4
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/framework/modal.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss index 667661d8b5c..ed5a1c91d8f 100644 --- a/app/assets/stylesheets/framework/modal.scss +++ b/app/assets/stylesheets/framework/modal.scss @@ -74,12 +74,6 @@ body.modal-open { } } -@include media-breakpoint-up(lg) { - .modal-full { - width: 98%; - } -} - .modal { background-color: $black-transparent; z-index: 2100; |