Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 74c9846

Browse files
committed
修改.label样式避免长英文不能换行的问题
1 parent 5f6e01b commit 74c9846

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/web/views/@default/@layout.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,4 +751,9 @@ var.dash {
751751
/** checkbox **/
752752
.checkbox label a, .checkbox label {
753753
font-size: 0.8em !important;
754+
}
755+
756+
/** Label **/
757+
.label {
758+
word-break: break-all;
754759
}

0 commit comments

Comments
 (0)