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 8719dc1 commit 6bc5d37Copy full SHA for 6bc5d37
.changeset/two-mirrors-film.md
@@ -0,0 +1,5 @@
1
+---
2
+"@ultraviolet/ui": patch
3
4
+
5
+`List.Cell`: force width/maxWidth/minWidth on children
packages/ui/src/components/List/styles.css.ts
@@ -230,6 +230,12 @@ export const listCell = style({
230
},
231
})
232
233
+globalStyle(`${listCell} > *`, {
234
+ width: widthCell,
235
+ maxWidth: maxWidthCell,
236
+ minWidth: minWidthCell,
237
+})
238
239
globalStyle(`${listRowBase} > td:first-child`, {
240
borderLeft: `1px solid ${theme.colors.neutral.border}`,
241
borderRadius: ` ${theme.radii.default} 0 0 ${theme.radii.default}`,
0 commit comments