Skip to content

Commit

Permalink
fix(frontend): fix textarea shift on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Apr 19, 2024
1 parent 31f4ac2 commit 1b127ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/components/textarea/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ textarea-field {
border-color: var(--color-on-background);
border-width: var(--input-border-width-focus);
inset-block-start: calc(var(--input-border-width-focus-offset) * -1);
margin-block-end: calc(var(--input-border-width-focus-offset) * -2);
margin-block-end: calc(var(--input-border-width-focus-offset) * -1);
padding-inline-start: calc(
var(--space-s) - var(--input-border-width-focus-offset)
);
Expand Down

0 comments on commit 1b127ea

Please sign in to comment.