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 963220dbd7749e06c4356cfdbf162f2be5ff9190
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