mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
No need to override a margin-top that never was set; only specify margin-bottom override
This commit is contained in:
parent
31b9d93ffd
commit
e7f8ca08b0
@ -88,7 +88,7 @@
|
||||
|
||||
// Title text within header
|
||||
.modal-title {
|
||||
margin: 0;
|
||||
margin-bottom: 0;
|
||||
line-height: $modal-title-line-height;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user