1
0
Fork 0
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:
Mark Otto 2016-12-24 17:25:43 -08:00 committed by Mark Otto
parent 31b9d93ffd
commit e7f8ca08b0

View file

@ -88,7 +88,7 @@
// Title text within header
.modal-title {
margin: 0;
margin-bottom: 0;
line-height: $modal-title-line-height;
}