Update font size and spacing in the tooltip component (#35265)
This commit is contained in:
parent
8ea8b532c0
commit
09df031593
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: enhancement
|
||||
|
||||
Update font size and spacing in the tooltip component
|
|
@ -6,7 +6,8 @@
|
|||
}
|
||||
|
||||
&__text .components-popover__content {
|
||||
padding: $gap-smaller;
|
||||
font-size: $default-font-size;
|
||||
padding: $gap;
|
||||
width: max-content;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue