summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-05-30 16:55:49 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-05-30 16:55:49 +0000
commite1b3a11fa490e75a14708e313632c949258e8da5 (patch)
treee7b6f9a905aee947477bb8313d1b11eeadd64afd /app
parent439adb96dadd49124d080db0db0b0076d2049c6b (diff)
parent045e4a9792ef7d658969b8d96551cc14b4495718 (diff)
downloadgitlab-ce-e1b3a11fa490e75a14708e313632c949258e8da5.tar.gz
Merge branch '46999-line-profiling-modal-width' into 'master'
Line profiling modal width Closes #46999 See merge request gitlab-org/gitlab-ce!19253
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/modal.scss6
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;