Skip to content

Commit c12a351

Browse files
authored
Merge pull request #335 from rackerlabs/docs-tabs-update
fix(tabs): correct flex-basis
2 parents a2b9e07 + ee8d48f commit c12a351

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)