fix(tooltip): tooltip display inline-block
This commit is contained in:
parent
73eb90ab96
commit
810bdad523
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ export class LionTooltip extends OverlayMixin(LitElement) {
|
||||||
:host {
|
:host {
|
||||||
--tooltip-arrow-width: 12px;
|
--tooltip-arrow-width: 12px;
|
||||||
--tooltip-arrow-height: 8px;
|
--tooltip-arrow-height: 8px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([hidden]) {
|
:host([hidden]) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue