Merge pull request #34408 from openedx/aansari/survey-mobile-view-fix

fix: survey questions options alignment in mobile view
This commit is contained in:
Feanil Patel
2025-10-03 09:03:18 -04:00
committed by GitHub

View File

@@ -27,7 +27,7 @@
@media only screen and (max-width: 767px) {
.survey-table .survey-option .visible-mobile-only {
width: calc(100% - 21px) !important;
width: calc(100% - 54px) !important;
}
.survey-percentage .percentage {