提交 9ed6e589 编写于 作者: A Annabel Dunstone Gray

Merge branch 'mf-modal-style-header-size' into 'master'

Set modal header/title size to match design spec

See merge request gitlab-org/gitlab-ce!30420
......@@ -19,14 +19,14 @@
}
}
// leave enough space for the close icon
.modal-title {
line-height: $gl-line-height-24;
// leave enough space for the close icon
&.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: -28px;
padding-right: 28px;
margin-right: -$modal-header-padding-x;
padding-right: $modal-header-padding-x;
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册