We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4eadb commit ae5d35dCopy full SHA for ae5d35d
src/helix-ui/styles/elements/hx-tabcontent.less
@@ -3,7 +3,6 @@ hx-tabcontent {
3
border-color: @gray-300 transparent;
4
border-style: solid;
5
border-width: 1px;
6
- flex-basis: 14rem; // 224px
7
flex-shrink: 0;
8
min-height: 14rem; // 224px
9
overflow: hidden;
@@ -14,9 +13,9 @@ hx-tabcontent {
14
13
// as tabset grid cell
15
-ms-grid-row: 2;
16
-ms-grid-column: 1;
17
-
+
18
// as sub-grid container
19
- display: -ms-grid;
+ display: -ms-grid;
20
-ms-grid-rows: 1fr;
21
-ms-grid-columns: 1fr;
22
}
@@ -27,5 +26,5 @@ hx-tabcontent {
27
26
display: flex;
28
flex-direction: column;
29
flex-grow: 1;
30
- }
+ }
31
0 commit comments