Skip to content

Commit 5f45c00

Browse files
committed
add min-width to mapFeatureTooltip__propertyLabel
1 parent 01a9b14 commit 5f45c00

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip

1 file changed

+1
-0
lines changed

x-pack/plugins/maps/public/connected_components/mb_map/tooltip_control/features_tooltip/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
}
2525

2626
.mapFeatureTooltip__propertyLabel {
27+
min-width: $euiSizeXL * 2.5;
2728
max-width: $euiSizeXL * 4;
2829
font-weight: $euiFontWeightSemiBold;
2930
}

0 commit comments

Comments
 (0)