mirror of https://github.com/grafana/grafana.git
Checkbox: Fix extraneous right hand margin when no label is present (#68885)
* remove explicit grid columns, let it automatically work it out * restore position: relative;
This commit is contained in:
parent
a8f91f115c
commit
09a0c1e1bb
|
|
@ -68,8 +68,6 @@ export const getCheckboxStyles = stylesFactory((theme: GrafanaTheme2) => {
|
|||
display: inline-grid;
|
||||
align-items: center;
|
||||
column-gap: ${theme.spacing(labelPadding)};
|
||||
grid-template-columns: auto 1fr;
|
||||
grid-template-rows: auto auto;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
`,
|
||||
|
|
|
|||
Loading…
Reference in New Issue