Skip to content

Commit

Permalink
Remove some unnecessary roll modifiers dialog styling (foundryvtt#17581)
Browse files Browse the repository at this point in the history
Specifically lines interfering in V13
  • Loading branch information
stwlam authored Dec 2, 2024
1 parent 9a15e21 commit ba499b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/styles/ui/_roll-modifiers-dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
align-items: stretch;
justify-content: space-between;
white-space: nowrap;
gap: 8px;
gap: var(--space-8);

label {
display: flex;
Expand All @@ -224,8 +224,7 @@
border-radius: 2px;
cursor: pointer;
height: 1.5em;
margin-left: 8px;
width: 100%;
margin-left: var(--space-8);
}
}
}
Expand Down

0 comments on commit ba499b7

Please sign in to comment.