Skip to content

Commit

Permalink
fix: input error height incorrect (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
btkostner authored May 11, 2020
1 parent 10a585b commit 96af87c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/sys-input-error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
font-family: var(--font-family-sans);
font-size: 0.9rem;
justify-content: flex-start;
line-height: 1;
margin-top: 0.3rem;
min-height: 1rem;
min-height: 1.2rem;
text-align: left;
user-select: none;
}
Expand Down

0 comments on commit 96af87c

Please sign in to comment.