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

This commit is contained in:
Thong Bui
2021-05-10 00:25:38 +07:00
parent 270f52bf55
commit 8ea5b30a5d
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
@@ -15600,7 +15600,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
@@ -15820,7 +15820,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;