Skip to content
Snippets Groups Projects
Commit 5a498380 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3714

Closes #3714

Merge request studip/studip!2582
parent 2554a99a
No related branches found
No related tags found
No related merge requests found
......@@ -128,10 +128,15 @@ a.button, button.button {
padding: 0;
vertical-align: middle;
button, .button {
button,
.button {
float: left;
margin-left: 5px;
margin-right: 0;
&:first-of-type {
margin-left: 0;
}
}
}
......
......@@ -133,6 +133,10 @@ button.button {
float: left;
margin-left: 5px;
margin-right: 0;
&:first-of-type {
margin-left: 0;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment