mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
MDL-62359 Theme boost: allow breaks as separators in form groups
This commit is contained in:
parent
02c7769422
commit
b197ab3566
@ -30,6 +30,10 @@
|
||||
.form-group {
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
br + label {
|
||||
justify-content: flex-start;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
#jump-to-activity.custom-select {
|
||||
|
Loading…
x
Reference in New Issue
Block a user