mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
RadioButtonGroup: Fixes icon alignment (#77196)
This commit is contained in:
parent
df41378472
commit
5d706705ea
@ -108,6 +108,8 @@ const getRadioButtonStyles = stylesFactory((theme: GrafanaTheme2, size: RadioBut
|
||||
},
|
||||
}),
|
||||
radioLabel: css({
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
fontSize,
|
||||
height: `${labelHeight}px`,
|
||||
// Deduct border from line-height for perfect vertical centering on windows and linux
|
||||
|
Loading…
Reference in New Issue
Block a user