Skip to content

Commit ee8d48f

Browse files
100stacksRyan A. Johnson
authored andcommitted
fix(tabs): correct flex-basis
1 parent a2b9e07 commit ee8d48f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/helix-ui/styles/elements/hx-tabcontent.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ hx-tabcontent {
33
border-color: @gray-300 transparent;
44
border-style: solid;
55
border-width: 1px;
6+
flex-basis: 0px;
67
flex-shrink: 0;
78
min-height: 14rem; // 224px
89
overflow: hidden;

0 commit comments

Comments
 (0)