Skip to content
Snippets Groups Projects
Commit 9ed6e1c8 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by David Siegfried
Browse files

fixes #2736

Closes #2736

Merge request studip/studip!1853
parent 00a4dc0c
No related branches found
No related tags found
No related merge requests found
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
margin: -$gap 0 0 -$gap; margin: (-$gap) 0 0 (-$gap);
.ui-button { .ui-button {
flex: 1; flex: 1;
...@@ -417,4 +417,4 @@ v u e d i a l o g ...@@ -417,4 +417,4 @@ v u e d i a l o g
} }
/* * * * * * * * * * * * * /* * * * * * * * * * * * *
v u e d i a l o g e n d v u e d i a l o g e n d
* * * * * * * * * * * * */ * * * * * * * * * * * * */
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment