Skip to content

Commit 1b127ea

Browse files
fix(frontend): fix textarea shift on focus
1 parent 31f4ac2 commit 1b127ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/frontend/components/textarea/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ textarea-field {
1717
border-color: var(--color-on-background);
1818
border-width: var(--input-border-width-focus);
1919
inset-block-start: calc(var(--input-border-width-focus-offset) * -1);
20-
margin-block-end: calc(var(--input-border-width-focus-offset) * -2);
20+
margin-block-end: calc(var(--input-border-width-focus-offset) * -1);
2121
padding-inline-start: calc(
2222
var(--space-s) - var(--input-border-width-focus-offset)
2323
);

0 commit comments

Comments
 (0)