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
Next Next commit
address review
Signed-off-by: szaimen <[email protected]>
  • Loading branch information
szaimen authored and backportbot[bot] committed Jan 14, 2022
commit c9d93744b0085b56ceb294dc298faf067887ffb8
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: 500px) {
@media (max-width: $breakpoint-mobile/2) {
.app-settings #accessibility .preview-list .preview {
display: unset;

Expand Down