Skip to content

Commit

Permalink
fix: newline and alignment bug in survey option mobile view (#34295)
Browse files Browse the repository at this point in the history
  • Loading branch information
awais-ansari authored Feb 27, 2024
1 parent 3502096 commit 7fec28d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lms/static/sass/lms-course.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 7fec28d

Please sign in to comment.