Commit f12c208e authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 97497116 9ed6e589
...@@ -19,14 +19,14 @@ ...@@ -19,14 +19,14 @@
} }
} }
// leave enough space for the close icon
.modal-title { .modal-title {
line-height: $gl-line-height-24;
// leave enough space for the close icon
&.mw-100, &.mw-100,
&.w-100 { &.w-100 {
// after upgrading to Bootstrap 4.2 we can use $modal-header-padding-x here margin-right: -$modal-header-padding-x;
// https://github.com/twbs/bootstrap/pull/26976 padding-right: $modal-header-padding-x;
margin-right: -28px;
padding-right: 28px;
} }
} }
} }
...@@ -93,12 +93,12 @@ body.modal-open { ...@@ -93,12 +93,12 @@ body.modal-open {
.modal-content { .modal-content {
border-radius: $modal-border-radius; border-radius: $modal-border-radius;
*:first-child { > :first-child {
border-top-left-radius: $modal-border-radius; border-top-left-radius: $modal-border-radius;
border-top-right-radius: $modal-border-radius; border-top-right-radius: $modal-border-radius;
} }
*:last-child { > :last-child {
border-bottom-left-radius: $modal-border-radius; border-bottom-left-radius: $modal-border-radius;
border-bottom-right-radius: $modal-border-radius; border-bottom-right-radius: $modal-border-radius;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment