Move max width from rule editor parent

This commit is contained in:
Tom Ratcliffe
2024-03-25 18:09:59 +00:00
committed by Tom Ratcliffe
parent d0dcb72683
commit 31be1231cf

View File

@@ -43,7 +43,6 @@ const getStyles = (theme: GrafanaTheme2) => ({
parent: css`
display: flex;
flex-direction: row;
max-width: ${theme.breakpoints.values.xl}px;
border: solid 1px ${theme.colors.border.weak};
border-radius: ${theme.shape.radius.default};
padding: ${theme.spacing(2)} ${theme.spacing(3)};