fix: problem dropdown does not cover text anymore (#32605)

This commit is contained in:
Jesper Hodge
2023-06-29 12:51:26 -04:00
committed by GitHub
parent 17c4fc03d4
commit 799c0bf8a8

View File

@@ -879,7 +879,7 @@ div.problem {
// ====================
.problem {
.inputtype.option-input {
margin: (-$baseline/2) 0 $baseline;
margin: 0 0 0 0 !important;
.indicator-container {
display: inline-block;