Allow platform admins and internal users to switch their current study group
This commit is contained in:

committed by
Sebastian Serth

parent
2e3480a068
commit
ac3dc8d30f
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user