Commit b929fc03 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'mf-modal-style-footer-button-spacing' into 'master'

Reduce margin between modal footer buttons

See merge request gitlab-org/gitlab-ce!30428
parents 92b0d7e0 594a4796
......@@ -53,6 +53,10 @@
display: flex;
flex-direction: row;
.btn {
margin: 0;
}
.btn + .btn:not(.dropdown-toggle-split),
.btn + .btn-group,
.btn-group + .btn {
......
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