fix: newline and alignment bug in survey option mobile view (#34295)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user