Skip to content

Commit

Permalink
Reduce space between keyboard shortcuts screen cells
Browse files Browse the repository at this point in the history
This gives it more of a chance to not overflow
  • Loading branch information
bhousel committed Oct 29, 2024
1 parent 4308f7d commit f533753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -4921,11 +4921,11 @@ li.issue-fix-item button:not(.actionable) .fix-icon {
}

.modal-shortcuts td {
padding-bottom: 5px;
padding-bottom: 3px;
}

.modal-shortcuts .shortcut-section {
padding: 20px 0 10px 0;
padding: 20px 0 3px 0;
}

.modal-shortcuts .shortcut-keys {
Expand Down

0 comments on commit f533753

Please sign in to comment.