Skip to content

Commit b0c0681

Browse files
committed
use better names
1 parent 1341d5a commit b0c0681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web_src/css/modules/flexcontainer.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
.flex-container-main {
2020
flex: 1;
2121
min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */
22-
container: main / inline-size;
22+
container: container-flex-container-main / inline-size;
2323
}
2424

2525
@media (max-width: 767.98px) {

web_src/css/modules/grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
}
137137

138138
.ui.grid .column {
139-
container: column / inline-size;
139+
container: container-grid-column / inline-size;
140140
}
141141

142142
.ui.grid > .column:only-child,

0 commit comments

Comments
 (0)