fix: several UI issues

This commit is contained in:
Peng Xiao
2021-08-12 09:08:55 +08:00
committed by Tienson Qin
parent 39b59a3335
commit 64968d6598
3 changed files with 9 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
.block-content-wrapper {
width: 100%;
/* 38px is the width of block-control */
width: calc(100% - 38px);
}
.block-content {
@@ -9,6 +10,7 @@
white-space: pre-wrap;
overflow-wrap: break-word;
word-break: break-word;
cursor: text;
img {
max-width: 100%;
@@ -166,6 +168,10 @@
&:hover {
color: var(--ls-link-text-hover-color);
}
.block-content {
cursor: inherit;
}
}
.page-ref {