Merge pull request #34408 from openedx/aansari/survey-mobile-view-fix
fix: survey questions options alignment in mobile view
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user