mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Move max width from rule editor parent
This commit is contained in:
committed by
Tom Ratcliffe
parent
d0dcb72683
commit
31be1231cf
@@ -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)};
|
||||
|
||||
Reference in New Issue
Block a user