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

fixes #3717

Closes #3717

Merge request studip/studip!2595
parent a0f0c6d5
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,8 @@ a.button, button.button { ...@@ -122,7 +122,8 @@ a.button, button.button {
/* Grouped Buttons */ /* Grouped Buttons */
.button-group { .button-group {
display: inline-block; display: inline-flex;
gap: 5px;
list-style: none; list-style: none;
margin: 0 0.8em 0 0; margin: 0 0.8em 0 0;
padding: 0; padding: 0;
...@@ -130,13 +131,8 @@ a.button, button.button { ...@@ -130,13 +131,8 @@ a.button, button.button {
button, button,
.button { .button {
float: left; margin-left: 0;
margin-left: 5px;
margin-right: 0; margin-right: 0;
&:first-of-type {
margin-left: 0;
}
} }
} }
......
...@@ -122,7 +122,8 @@ button.button { ...@@ -122,7 +122,8 @@ button.button {
/* Grouped Buttons */ /* Grouped Buttons */
.button-group { .button-group {
display: inline-block; display: inline-flex;
gap: 5px;
list-style: none; list-style: none;
margin: 0 0.8em 0 0; margin: 0 0.8em 0 0;
padding: 0; padding: 0;
...@@ -130,13 +131,8 @@ button.button { ...@@ -130,13 +131,8 @@ button.button {
button, button,
.button { .button {
float: left; margin-left: 0;
margin-left: 5px;
margin-right: 0; 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.
Please register or to comment