MDL-71366 core_question: prevent shrinking of input radio
This commit is contained in:
committed by
Adrian Greeve
parent
11831dd9f3
commit
2e7109d7ae
@@ -25,4 +25,5 @@
|
||||
.que.calculatedmulti .answer div.r1 input {
|
||||
margin: 0.3rem 0.5rem;
|
||||
width: 14px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
.que.multichoice .answer div.r1 input {
|
||||
margin: 0.3rem 0.5rem;
|
||||
width: 14px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.que.multichoice .answer .answernumber {
|
||||
|
||||
Reference in New Issue
Block a user