Skip to content
Snippets Groups Projects
Commit 2ed285bc authored by Serhii Myronets's avatar Serhii Myronets Committed by Serhii Myronets
Browse files

Issue #3291896 by agami4: Remove extra margin for the all-enrolment button

parent 574f00b8
Branches
Tags
1 merge request!138Issue #3291896 by agami4: Remove extra margin for the all-enrolment button
......@@ -29,6 +29,10 @@
outline: 0;
}
.btn:not(.btn-link).form-group {
margin-bottom: 0;
}
.btn + .btn {
margin-left: 5px;
}
......
......@@ -110,6 +110,10 @@
text-decoration: none;
outline: 0;
}
&.form-group {
margin-bottom: 0;
}
}
+ .btn {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment