fix(ui): broken text for the asset ref link

This commit is contained in:
charlie
2024-11-04 10:28:09 +08:00
parent 2232fc8a1d
commit 81918d9751
2 changed files with 7 additions and 1 deletions

View File

@@ -370,6 +370,12 @@
&:hover {
color: var(--lx-accent-11, var(--ls-link-text-color, hsl(var(--primary))));
}
&:has(.asset-ref.is-pdf) {
.asset-block-wrap {
@apply inline;
}
}
}
.asset-ref {