mirror of
https://github.com/Unleash/unleash.git
synced 2026-01-23 20:06:43 +01:00
fix: safeguard minichart correct width (#11105)
This commit is contained in:
parent
232a8634cd
commit
918a76368d
@ -6,6 +6,7 @@ import type { MetricQuerySchemaTimeRange } from 'openapi/models/metricQuerySchem
|
||||
import type { MetricQuerySchemaAggregationMode } from 'openapi/models/metricQuerySchemaAggregationMode';
|
||||
|
||||
const StyledMiniChartWrapper = styled(Box)(({ theme }) => ({
|
||||
width: 80,
|
||||
marginRight: theme.spacing(1),
|
||||
border: `1px solid ${theme.palette.divider}`,
|
||||
borderRadius: theme.shape.borderRadiusMedium,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user