admin: the overview pickers fill their wrappers and share a narrow row

This commit is contained in:
2026-09-09 19:04:44 +02:00
parent f168247b33
commit 1860ff59f5
3 changed files with 13 additions and 0 deletions
@@ -60,10 +60,14 @@ const styles = stylex.create({
toolbar: {
display: "flex",
gap: "0.5rem",
// Without this the row's minimum is both labels at full length, and a
// long device name pushes the period picker past the viewport edge.
minWidth: 0,
flexBasis: { default: null, [NARROW]: "100%" },
},
control: {
minWidth: { default: "11rem", [NARROW]: 0 },
maxWidth: { default: "20rem", [NARROW]: "none" },
flex: { default: null, [NARROW]: 1 },
},
/** Under the Device control: the list behind it did not load, so the control offers the household only. */