Skip to content

Commit

Permalink
make sure nametag isnt cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Jan 3, 2025
1 parent 5f61cc4 commit ae2210b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ body {
.cm-scroller {
overflow: hidden;
padding: 0 8px;
padding-bottom: 12px; /* to make sure nametag isnt cut off */
}

.cm-gutters {
Expand Down

0 comments on commit ae2210b

Please sign in to comment.