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 b0c0681 commit d77d485Copy full SHA for d77d485
web_src/css/modules/flexcontainer.css
@@ -19,7 +19,7 @@
19
.flex-container-main {
20
flex: 1;
21
min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */
22
- container: container-flex-container-main / inline-size;
+ container-type: inline-size;
23
}
24
25
@media (max-width: 767.98px) {
web_src/css/modules/grid.css
@@ -136,7 +136,7 @@
136
137
138
.ui.grid .column {
139
- container: container-grid-column / inline-size;
140
141
142
.ui.grid > .column:only-child,
0 commit comments