MOBILE-4587 quiz: Fix options duplicated in ddmarker

main
Dani Palou 2024-07-29 11:17:52 +02:00
parent 9e75f4c01f
commit 3286fb6216
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ core-format-text ::ng-deep {
user-select: none; user-select: none;
} }
.d-none {
display: none;
}
.qtext { .qtext {
margin-bottom: 0.5em; margin-bottom: 0.5em;
display: block; display: block;