Commit d59bafb9 authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Kamil Trzciński

Avoid close icon leaving the modal header

parent dca61d1d
...@@ -30,6 +30,17 @@ ...@@ -30,6 +30,17 @@
} }
} }
// leave enough space for the close icon
.modal-title {
&.mw-100,
&.w-100 {
// after upgrading to Bootstrap 4.2 we can use $modal-header-padding-x here
// https://github.com/twbs/bootstrap/pull/26976
margin-right: -2rem;
padding-right: 2rem;
}
}
.page-title { .page-title {
margin-top: 0; margin-top: 0;
} }
......
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