mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Fixes alignment of Anomaly Explorer swim lane annotations label on Firefox (#130274)
This commit is contained in:
parent
b95c4f897e
commit
8ef5691122
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export const SwimlaneAnnotationContainer: FC<SwimlaneAnnotationContainerProps> =
|
|||
)
|
||||
.attr('x', Y_AXIS_LABEL_WIDTH - Y_AXIS_LABEL_PADDING)
|
||||
.attr('y', ANNOTATION_CONTAINER_HEIGHT / 2)
|
||||
.attr('alignment-baseline', 'middle')
|
||||
.attr('dominant-baseline', 'middle')
|
||||
.style('fill', euiTheme.euiTextSubduedColor)
|
||||
.style('font-size', euiTheme.euiFontSizeXS);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue