Commit a4953bb6 by Torkel Ödegaard Committed by GitHub

RadioButton: Fix flex issue in master for radio buttons (#29664)

parent cf13c99e
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment