Skip to content

Commit

Permalink
fix: Fixes player display in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed May 9, 2023
1 parent 554a430 commit 5336fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {

.initiative-tracker-additional-container .initiative-tracker-players {
display: grid;
grid-template-columns: 3fr 1fr 1fr 1fr auto;
grid-template-columns: 3fr 1fr 1fr 1fr 1fr auto;
gap: 0.5rem;
}

Expand Down Expand Up @@ -235,4 +235,4 @@ body {
.initiative-tracker-textarea + .cm-editor {
height: 200px;
margin-bottom: 1rem;
}
}

0 comments on commit 5336fef

Please sign in to comment.