RadioButton: Fix alignment (#77416)

This commit is contained in:
Alex Khomenko
2023-10-31 10:15:37 +02:00
committed by GitHub
parent 3c915d0502
commit 7ba3b52e65
@@ -110,6 +110,7 @@ const getRadioButtonStyles = stylesFactory((theme: GrafanaTheme2, size: RadioBut
radioLabel: css({
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
fontSize,
height: `${labelHeight}px`,
// Deduct border from line-height for perfect vertical centering on windows and linux