Skip to content

Commit

Permalink
fix: uui-tab-group should have display set to block (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
julczka authored Jan 26, 2024
1 parent ae00cf3 commit ac5c2b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/uui-tabs/lib/uui-tab-group.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ export class UUITabGroupElement extends LitElement {
static styles = [
css`
:host {
display: block;
width: 100%;
}
Expand Down

0 comments on commit ac5c2b1

Please sign in to comment.