Skip to content
Snippets Groups Projects
Commit 115416a5 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

fix width allocation in flex, fixes #3330

Closes #3330

Merge request studip/studip!2257
parent e854d978
No related branches found
No related tags found
No related merge requests found
...@@ -92,10 +92,11 @@ $width: 270px; ...@@ -92,10 +92,11 @@ $width: 270px;
.rightside { .rightside {
border: 1px solid var(--content-color-40); border: 1px solid var(--content-color-40);
border-left: none; border-left: none;
width: 100%; flex-grow: 1;
padding: 10px; padding: 10px;
padding-left: 15px; padding-left: 15px;
min-height: 150px; min-height: 150px;
min-width: 0;
} }
.vote_edit { .vote_edit {
.options { .options {
......
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