Skip to content

Commit 36f444a

Browse files
committed
fix(radio-group): add display block to host to expand to children's height
1 parent 9423064 commit 36f444a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/components/radio-group/radio-group.common.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// --------------------------------------------------
33

44
:host {
5+
display: block;
6+
57
// Prevents additional pixels from being rendered on top
68
vertical-align: top;
79
}

0 commit comments

Comments
 (0)