]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
No need to override a margin-top that never was set; only specify margin-bottom override
authorMark Otto <markdotto@gmail.com>
Sun, 25 Dec 2016 01:25:43 +0000 (17:25 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 25 Dec 2016 23:28:44 +0000 (15:28 -0800)
scss/_modal.scss

index a1ef18624326c6c78364e4657f0508e7b49ffee0..6085f0741e6ca85b44d09ca86675677dd00c9e37 100644 (file)
@@ -88,7 +88,7 @@
 
 // Title text within header
 .modal-title {
-  margin: 0;
+  margin-bottom: 0;
   line-height: $modal-title-line-height;
 }