Fix font size of code block in helper popovers
This commit is contained in:
parent
5010c4fe4e
commit
e53676791a
|
@ -123,7 +123,6 @@
|
||||||
maxHeight={480}
|
maxHeight={480}
|
||||||
dismissible={false}
|
dismissible={false}
|
||||||
on:mouseenter={stopHidingPopover}
|
on:mouseenter={stopHidingPopover}
|
||||||
on:mouseleave={hidePopover}
|
|
||||||
>
|
>
|
||||||
<div class="binding-popover" class:helper={hoverTarget.helper}>
|
<div class="binding-popover" class:helper={hoverTarget.helper}>
|
||||||
{#if hoverTarget.description}
|
{#if hoverTarget.description}
|
||||||
|
@ -414,4 +413,7 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
.binding-popover.helper :global(code) {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue