Skip to content
Snippets Groups Projects
Commit 93ac49bd authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

Resolve "Courseware Akkordion bricht im Vollbildmodus um"

Closes #3759

Merge request studip/studip!2627
parent a5f1f453
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,8 @@
width: 100%;
}
&.cw-container-colspan-half {
max-width: 540px;
max-width: calc(50% - 5px);
min-width: 500px;
width: 100%;
}
&.cw-container-colspan-half-center {
......@@ -166,4 +167,4 @@ form.cw-container-dialog-edit-form {
}
}
}
}
\ No newline at end of file
}
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