Skip to content

Commit

Permalink
Fix regression in hazard trait height (#12950)
Browse files Browse the repository at this point in the history
(while in edit mode)
  • Loading branch information
stwlam authored Jan 11, 2024
1 parent 4406799 commit 920616a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/styles/actor/hazard/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,18 @@ form > header {
flex: 1;
margin: var(--space-4) 0;

tags.tags.paizo-style .tagify__input::before {
color: var(--color-text-light-7);
tags.paizo-style {
select {
border-radius: 0;
}

tag {
height: 1.5rem;

.tagify__input::before {
color: var(--color-text-trait);
}
}
}
}

Expand Down

0 comments on commit 920616a

Please sign in to comment.