Fleet UI: Unreleased fix header margin being added to tooltip margin (#8883)

This commit is contained in:
RachelElysia 2022-11-30 09:20:16 -05:00 committed by GitHub
parent cb9c4d00c2
commit 68bc007519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,9 @@
border-collapse: collapse;
color: $core-fleet-black;
font-size: $x-small;
}
tbody {
.component__tooltip-wrapper {
margin: 10px 0; // vertical padding multiline text with tooltip
}