Commit e7f8ca08 authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

No need to override a margin-top that never was set; only specify margin-bottom override

parent 31b9d93f
11 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!22391V4 dev,!22547Finished a new translation for bootstrap,!22143Fix selectable disabled toggle radio buttons,!22598test,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!17021v4
Showing with 1 addition and 1 deletion
+1 -1
......@@ -88,7 +88,7 @@
// Title text within header
.modal-title {
margin: 0;
margin-bottom: 0;
line-height: $modal-title-line-height;
}
......
Supports Markdown
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