CSS fix for connector list (#87831)

This commit is contained in:
ymao1 2021-01-13 08:12:58 -05:00 committed by GitHub
parent 5167e731df
commit 7334b96516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
color: $euiColorDarkShade;
}
.euiLink + .euiIcon {
.euiLink + .euiToolTipAnchor {
margin-left: $euiSizeXS;
}
}