Commit c37aa99e authored by Mark Otto's avatar Mark Otto

modal heading line-height

parent 4912dd44
...@@ -4717,7 +4717,7 @@ input[type="submit"].btn.btn-mini { ...@@ -4717,7 +4717,7 @@ input[type="submit"].btn.btn-mini {
.modal-header h3 { .modal-header h3 {
margin: 0; margin: 0;
line-height: 1; line-height: 30px;
} }
.modal-body { .modal-body {
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
// Heading // Heading
h3 { h3 {
margin: 0; margin: 0;
line-height: 1; line-height: 30px;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment