Skip to content

Commit 8334056

Browse files
committed
fix(textarea): add box-sizing to fix label border shift
1 parent b244051 commit 8334056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/components/textarea/textarea.md.outline.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@
150150
:host(.textarea-fill-outline) .textarea-outline-end {
151151
border-top: var(--border-width) var(--border-style) var(--border-color);
152152
border-bottom: var(--border-width) var(--border-style) var(--border-color);
153+
154+
box-sizing: border-box;
153155
}
154156

155157
/**

0 commit comments

Comments
 (0)