Skip to content

Commit ae5d35d

Browse files
author
Ryan A. Johnson
committed
fix(tabs): correct flex-basis
1 parent 4e4eadb commit ae5d35d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ hx-tabcontent {
33
border-color: @gray-300 transparent;
44
border-style: solid;
55
border-width: 1px;
6-
flex-basis: 14rem; // 224px
76
flex-shrink: 0;
87
min-height: 14rem; // 224px
98
overflow: hidden;
@@ -14,9 +13,9 @@ hx-tabcontent {
1413
// as tabset grid cell
1514
-ms-grid-row: 2;
1615
-ms-grid-column: 1;
17-
16+
1817
// as sub-grid container
19-
display: -ms-grid;
18+
display: -ms-grid;
2019
-ms-grid-rows: 1fr;
2120
-ms-grid-columns: 1fr;
2221
}
@@ -27,5 +26,5 @@ hx-tabcontent {
2726
display: flex;
2827
flex-direction: column;
2928
flex-grow: 1;
30-
}
29+
}
3130
}

0 commit comments

Comments
 (0)