Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-05-30 18:30:25 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-05-30 18:42:00 +0300
commit045e4a9792ef7d658969b8d96551cc14b4495718 (patch)
tree980989ba3bbf920c9ac338057c4c70a9cfb2402d /app
parenta6b828ca0c7ce580f684ad3a7a772f76c3a93bc9 (diff)
Fix UI broken in line profiling modal due to Bootstrap 4
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;