Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
address 2nd review
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen authored and backportbot[bot] committed Jan 14, 2022
commit a373ab4de173bf4119f81a75c9a3b38d3ca83469
2 changes: 1 addition & 1 deletion apps/accessibility/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
}

@media (max-width: $breakpoint-mobile/2) {
@media (max-width: ($breakpoint-mobile / 2)) {
.app-settings #accessibility .preview-list .preview {
display: unset;

Expand Down