0
0
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:
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;
}