report-fetch-request-ui #7

Merged
aetos merged 20 commits from report-fetch-request-ui into main 2026-05-24 17:23:03 +00:00
Showing only changes of commit 7de8914283 - Show all commits

View File

@@ -286,7 +286,7 @@ export default function FilterBar({
const raw = draft[fieldName]; const raw = draft[fieldName];
return ( return (
<Box key={fieldName} sx={{ display: "flex", flexDirection: "column", flex: 1, minWidth: { sm: 200 } }}> <Box key={fieldName} sx={{ display: "flex", flexDirection: "column", flex: { xs: '0 0 100%', sm: 1 }, minWidth: { sm: 200 } }}>
<Box sx={{ typography: "caption", mb: 0.5, color: "text.secondary" }}> <Box sx={{ typography: "caption", mb: 0.5, color: "text.secondary" }}>
{field.label} {field.label}
</Box> </Box>