fix: newline and alignment bug in survey option mobile view (#34295)

This commit is contained in:
Awais Ansari
2024-02-27 12:22:15 +05:00
committed by GitHub
parent 3502096183
commit 7fec28dea4

View File

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