mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
No need to override a margin-top that never was set; only specify margin-bottom override
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
// Title text within header
|
// Title text within header
|
||||||
.modal-title {
|
.modal-title {
|
||||||
margin: 0;
|
margin-bottom: 0;
|
||||||
line-height: $modal-title-line-height;
|
line-height: $modal-title-line-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user