mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
RadioButton: Fix flex issue in master for radio buttons (#29664)
This commit is contained in:
parent
cf13c99eed
commit
a4953bb65a
@ -80,7 +80,7 @@ const getRadioButtonStyles = stylesFactory((theme: GrafanaTheme, size: RadioButt
|
||||
background: ${bg};
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
flex: ${fullWidth ? `1 0 0` : 0};
|
||||
flex: ${fullWidth ? `1 0 0` : 'none'};
|
||||
text-align: center;
|
||||
user-select: none;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user