fix(fe/panel_files): normalize styles and clean up

This commit is contained in:
hexxa 2022-03-18 21:02:40 +08:00 committed by Hexxa
parent 10079fc30f
commit ba965aa764
4 changed files with 42 additions and 20 deletions

View file

@ -111,3 +111,9 @@
line-height: 3.2rem;
overflow-wrap: break-word;
}
.theme-default #item-rows .desc {
display: block;
word-break: break-all;
border-radius: 0.8rem;
}