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