diff options
| author | Mark Otto <[email protected]> | 2016-12-24 17:25:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-25 15:28:44 -0800 |
| commit | e7f8ca08b002ac3aaf4b8dc09aaa749886057c73 (patch) | |
| tree | f7366744fa9b500d9f6752ea644565c13c74fb7a | |
| parent | 31b9d93ffd0897ad72e7a70064dfdd58d87bdfb7 (diff) | |
| download | bootstrap-e7f8ca08b002ac3aaf4b8dc09aaa749886057c73.tar.xz bootstrap-e7f8ca08b002ac3aaf4b8dc09aaa749886057c73.zip | |
No need to override a margin-top that never was set; only specify margin-bottom override
| -rw-r--r-- | scss/_modal.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index a1ef18624..6085f0741 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -88,7 +88,7 @@ // Title text within header .modal-title { - margin: 0; + margin-bottom: 0; line-height: $modal-title-line-height; } |
