mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 23:42:11 +02:00
Merge branch 'MDL-85100' of https://github.com/paulholden/moodle
This commit is contained in:
commit
cc9e257e7a
@ -250,15 +250,11 @@ table.question-bank-table {
|
||||
body.path-question-type {
|
||||
/* Hacks to display the labels within a form group. */
|
||||
.fitem .col-form-label.visually-hidden:not(legend):not([for="id_category"], [for="id_filetypeslist"]) {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
margin: 0 0.5rem 0 0;
|
||||
overflow: visible;
|
||||
clip: auto;
|
||||
clip-path: none;
|
||||
border: 0;
|
||||
/* stylelint-disable declaration-no-important */
|
||||
position: static !important;
|
||||
width: auto !important;
|
||||
overflow: visible !important;
|
||||
/* stylelint-enable declaration-no-important */
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -33942,15 +33942,11 @@ body.path-question-type {
|
||||
/* Hacks to display the labels within a form group. */
|
||||
}
|
||||
body.path-question-type .fitem .col-form-label.visually-hidden:not(legend):not([for=id_category], [for=id_filetypeslist]) {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
margin: 0 0.5rem 0 0;
|
||||
overflow: visible;
|
||||
clip: auto;
|
||||
clip-path: none;
|
||||
border: 0;
|
||||
/* stylelint-disable declaration-no-important */
|
||||
position: static !important;
|
||||
width: auto !important;
|
||||
overflow: visible !important;
|
||||
/* stylelint-enable declaration-no-important */
|
||||
}
|
||||
|
||||
.que {
|
||||
|
@ -33942,15 +33942,11 @@ body.path-question-type {
|
||||
/* Hacks to display the labels within a form group. */
|
||||
}
|
||||
body.path-question-type .fitem .col-form-label.visually-hidden:not(legend):not([for=id_category], [for=id_filetypeslist]) {
|
||||
position: static;
|
||||
width: auto;
|
||||
height: auto;
|
||||
padding: 0;
|
||||
margin: 0 0.5rem 0 0;
|
||||
overflow: visible;
|
||||
clip: auto;
|
||||
clip-path: none;
|
||||
border: 0;
|
||||
/* stylelint-disable declaration-no-important */
|
||||
position: static !important;
|
||||
width: auto !important;
|
||||
overflow: visible !important;
|
||||
/* stylelint-enable declaration-no-important */
|
||||
}
|
||||
|
||||
.que {
|
||||
|
Loading…
x
Reference in New Issue
Block a user