Skip to content

Commit 06d8a74

Browse files
committed
fix: My Books page overflow
1 parent 3f2d9ec commit 06d8a74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

static/css/components/mybooks-details.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020
.breadcrumb-wrapper {
2121
display: flex;
2222
flex-wrap: wrap;
23+
min-width: 0;
2324
white-space: nowrap;
2425
}
2526

2627
.social-wrapper {
2728
display: flex;
29+
min-width: 0;
2830
}
2931

3032
.follow-row {

0 commit comments

Comments
 (0)