Allow platform admins and internal users to switch their current study group

This commit is contained in:
Sebastian Serth
2022-09-20 00:12:46 +02:00
committed by Sebastian Serth
parent 2e3480a068
commit ac3dc8d30f
12 changed files with 94 additions and 21 deletions

View File

@@ -139,3 +139,15 @@ span.caret {
.table-row-clickable {
cursor: pointer;
}
.inline_list {
list-style-type: disc;
padding-inline-start: 1.25rem;
white-space: pre-wrap;
}
.single_entry_inline_list {
list-style-type: none;
padding-inline-start: 0;
white-space: pre-wrap;
}

View File

@@ -161,18 +161,6 @@
margin-left: auto;
}
.error_messages_list {
list-style-type: disc;
padding-inline-start: 1.25rem;
white-space: pre-wrap;
}
.single_error_message {
list-style-type: none;
padding-inline-start: 0;
white-space: pre-wrap;
}
.enforce-top-margin {
margin-top: 5px !important;
}