We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ea3ff commit c8b5183Copy full SHA for c8b5183
src/components/job/JobRaListFilters.tsx
@@ -36,7 +36,7 @@ const JobRaListFilters = () => {
36
<JobTypeRaFilter />
37
</Box>
38
39
- <Box component="span" mr={2} sx={{ flex: 0.3 }}>
+ <Box component="span" mr={2} sx={{ flex: "0.3 1 1" }}>
40
{/* Not using SearchInput here because it doesn't match styles with other filters */}
41
<TextInput
42
source="search_query"
src/components/run/RunRaListFilters.tsx
@@ -75,7 +75,7 @@ const RunRaListFilters = () => {
75
/>
76
77
78
- <Box component="span" mr={2} sx={{ flex: 1 }}>
+ <Box component="span" mr={2} sx={{ flex: "0.5 1 1" }}>
79
80
81
0 commit comments