Skip to content

Commit 5fa638a

Browse files
shuaiLinkinStars
authored andcommitted
fix: The page tag selector exceeds the page height, causing the page to scroll.
1 parent e125537 commit 5fa638a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ui/src/index.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ img[src=''] {
5353
}
5454

5555
.page-main {
56-
overflow-x: auto;
56+
min-width: 0;
57+
overflow-wrap: break-word;
58+
word-break: break-word;
5759
}
5860

5961
.btn-link {

0 commit comments

Comments
 (0)