Skip to content

Commit

Permalink
Reduce table padding for smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
phcp committed Jan 15, 2025
1 parent 9cf9ca1 commit b7845fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@
padding-top: 12px;
}
}

@media ( max-width: $break-small ) {
padding: 8px;
}
}

&.subpage-wrapper--add-mailbox {
Expand Down

0 comments on commit b7845fd

Please sign in to comment.