fix: block ref should be able to wrap

This commit is contained in:
Peng Xiao
2021-04-13 22:57:18 +08:00
committed by Tienson Qin
parent 71c854bce7
commit c7386b57a9
2 changed files with 1 additions and 5 deletions

View File

@@ -129,10 +129,6 @@
border-bottom-color: var(--ls-block-ref-link-text-color);
cursor: alias;
&-wrap {
display: inline-block;
}
&:hover {
color: var(--ls-link-text-hover-color)
}