MDL-71060 Questions: Duplicates 'Current category' text.

This commit is contained in:
Thong Bui 2021-05-10 00:22:22 +07:00
parent ad8b3d2ba9
commit d1d7873f3a
3 changed files with 3 additions and 3 deletions

View file

@ -229,7 +229,7 @@
body.path-question-type { body.path-question-type {
/* Hacks to display the labels within a form group. */ /* Hacks to display the labels within a form group. */
.form-group .sr-only:not(legend) { .form-group .sr-only:not(legend):not([for="id_category"]) {
position: static; position: static;
width: auto; width: auto;
height: auto; height: auto;

View file

@ -15686,7 +15686,7 @@ a.ygtvspacer:hover {
body.path-question-type { body.path-question-type {
/* Hacks to display the labels within a form group. */ } /* Hacks to display the labels within a form group. */ }
body.path-question-type .form-group .sr-only:not(legend) { body.path-question-type .form-group .sr-only:not(legend):not([for="id_category"]) {
position: static; position: static;
width: auto; width: auto;
height: auto; height: auto;

View file

@ -15913,7 +15913,7 @@ a.ygtvspacer:hover {
body.path-question-type { body.path-question-type {
/* Hacks to display the labels within a form group. */ } /* Hacks to display the labels within a form group. */ }
body.path-question-type .form-group .sr-only:not(legend) { body.path-question-type .form-group .sr-only:not(legend):not([for="id_category"]) {
position: static; position: static;
width: auto; width: auto;
height: auto; height: auto;