mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
|
||||
// Title text within header
|
||||
.modal-title {
|
||||
margin: 0;
|
||||
margin-bottom: 0;
|
||||
line-height: $modal-title-line-height;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue