Skip to content

Commit

Permalink
Restore tuned line height
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 17, 2023
1 parent e2362c0 commit 82aec14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/lib/components/EditableField/EditableField.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
align-items: center;
max-width: 100%;

&:not(.EditableField--multiline) {
line-height: 1.15em;
}

i {
color: var(--muted);
}
Expand Down

0 comments on commit 82aec14

Please sign in to comment.