mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-02 02:29:24 +01:00
Added min-height to modal-header for modals with no header text
This commit is contained in:
parent
b99c170ef7
commit
05710e10f7
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@ -4302,6 +4302,7 @@ button.close {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.modal-header {
|
||||||
|
min-height: 40px;
|
||||||
padding: 9px 15px;
|
padding: 9px 15px;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
}
|
}
|
||||||
|
@ -76,6 +76,7 @@
|
|||||||
.modal-header {
|
.modal-header {
|
||||||
padding: 9px 15px;
|
padding: 9px 15px;
|
||||||
border-bottom: 1px solid #e5e5e5;
|
border-bottom: 1px solid #e5e5e5;
|
||||||
|
min-height:40px;
|
||||||
}
|
}
|
||||||
// Close icon
|
// Close icon
|
||||||
.modal-header .close {
|
.modal-header .close {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user