MDL-71366 core_question: prevent shrinking of input radio

This commit is contained in:
Bas Brands
2021-07-01 11:56:49 +08:00
committed by Adrian Greeve
parent 11831dd9f3
commit 2e7109d7ae
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -25,4 +25,5 @@
.que.calculatedmulti .answer div.r1 input {
margin: 0.3rem 0.5rem;
width: 14px;
flex-shrink: 0;
}
+1
View File
@@ -24,6 +24,7 @@
.que.multichoice .answer div.r1 input {
margin: 0.3rem 0.5rem;
width: 14px;
flex-shrink: 0;
}
.que.multichoice .answer .answernumber {