Skip to content

Commit

Permalink
fix height
Browse files Browse the repository at this point in the history
  • Loading branch information
JesmoDev committed Feb 5, 2024
1 parent eed69c2 commit e0b4f9b
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 @@ -295,6 +295,7 @@ export class UUITabGroupElement extends LitElement {
:host {
min-width: 0;
display: flex;
height: 100%;
}
#main {
Expand Down

0 comments on commit e0b4f9b

Please sign in to comment.