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

This commit is contained in:
Thong Bui
2021-05-10 00:24:28 +07:00
parent 237f4ccada
commit dcd5dfd22c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -229,7 +229,7 @@
body.path-question-type {
/* 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;
width: auto;
height: auto;
+1 -1
View File
@@ -15649,7 +15649,7 @@ a.ygtvspacer:hover {
body.path-question-type {
/* 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;
width: auto;
height: auto;
+1 -1
View File
@@ -15868,7 +15868,7 @@ a.ygtvspacer:hover {
body.path-question-type {
/* 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;
width: auto;
height: auto;