Skip to content

Commit

Permalink
Merge pull request #2418 from QuizandSurveyMaster/dev-zubair
Browse files Browse the repository at this point in the history
fixed deselect text layout issue in mobile device
  • Loading branch information
zubairraeen authored Dec 13, 2023
2 parents be33c06 + 8a1d0e5 commit 8a0d93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/common-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ footer.qsm-popup__footer button.qsm-popup-secondary-button:hover {
font-weight: normal;
display: block;
margin-bottom: 10px;
display: contents;
}

.quiz_section iframe {
Expand Down
1 change: 1 addition & 0 deletions css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ footer.qsm-popup__footer button.qsm-popup-secondary-button:hover {
font-weight: normal;
display: block;
margin-bottom: 10px;
display: contents;
}
.qsm-quiz-container .quiz_section .qsm-align-fill-in-blanks:not(.qsm_remove_bold) {
display: inline-block;
Expand Down

0 comments on commit 8a0d93e

Please sign in to comment.