Skip to content

Commit

Permalink
fixed optimization issue into mobile view for checkbox and radio button
Browse files Browse the repository at this point in the history
  • Loading branch information
etchirag committed Mar 13, 2024
1 parent 2246e75 commit 0f552ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -707,4 +707,9 @@ body .ui-tooltip.ui-widget-content {
}
.qsm-question-wrapper.qsm-active-question{
zoom: 105%;
}
.qsm-quiz-container input[type=checkbox],
.qsm-quiz-container input[type=radio] {
vertical-align: top;
margin-top: 5px;
}

0 comments on commit 0f552ad

Please sign in to comment.