fix(If Node): Update copy for type conversion parameter (#10769)

This commit is contained in:
Elias Meire
2024-09-11 14:12:33 +02:00
committed by GitHub
parent 6fa1919ca8
commit ee5fbc543c
4 changed files with 15 additions and 5 deletions

View File

@@ -185,10 +185,19 @@ const addTargetBlank = (html: string) =>
}
:root .tooltipPopper {
line-height: var(--font-line-height-compact);
max-width: 400px;
li {
margin-left: var(--spacing-s);
}
code {
color: var(--color-text-dark);
font-size: var(--font-size-3xs);
background: var(--color-background-medium);
padding: var(--spacing-5xs);
border-radius: var(--border-radius-base);
}
}
</style>