Update font size and spacing in the tooltip component (#35265)

This commit is contained in:
Maikel David Pérez Gómez 2022-10-25 17:00:11 -03:00 committed by GitHub
parent 8ea8b532c0
commit 09df031593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: enhancement
Update font size and spacing in the tooltip component

View File

@ -6,7 +6,8 @@
}
&__text .components-popover__content {
padding: $gap-smaller;
font-size: $default-font-size;
padding: $gap;
width: max-content;
}
}