Skip to content
Snippets Groups Projects
Commit 3d9459f7 authored by Serhii Myronets's avatar Serhii Myronets
Browse files

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

parent e005266d
Branches
Tags
No related merge requests found
......@@ -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