Skip to content

Commit 4ec7a7f

Browse files
committed
fix(textarea): update styles due to shadow encapsulation
1 parent cab5efa commit 4ec7a7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/components/textarea/textarea.common.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,10 @@
434434
overflow: hidden;
435435
}
436436

437+
.textarea-outline {
438+
box-sizing: border-box;
439+
}
440+
437441
/**
438442
* If no label text is placed into the slot
439443
* then the element should be hidden otherwise

0 commit comments

Comments
 (0)