Skip to content

Commit ac5c2b1

Browse files
authored
fix: uui-tab-group should have display set to block (#722)
1 parent ae00cf3 commit ac5c2b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-tabs/lib/uui-tab-group.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ export class UUITabGroupElement extends LitElement {
261261
static styles = [
262262
css`
263263
:host {
264+
display: block;
264265
width: 100%;
265266
}
266267

0 commit comments

Comments
 (0)