Skip to content

Commit 894ce6a

Browse files
committed
fix: long project name
ref issue #3568
1 parent fa5bce9 commit 894ce6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/ProjectInfo/ProjectInfo.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
width: 52px;
3030
padding-left: 4 * $base-unit;
3131
margin-bottom: 2 * $base-unit;
32-
32+
3333
.spacing {
3434
margin-top: 5 * $base-unit;
3535
}
@@ -69,6 +69,7 @@
6969
padding-right: 4 * $base_unit;
7070
display: flex;
7171
flex-direction: column;
72+
min-width: 0;
7273
}
7374

7475
.project-status-header {
@@ -142,6 +143,7 @@
142143
margin-top: 20px;
143144
text-overflow: ellipsis;
144145
overflow: hidden;
146+
word-wrap: break-word;
145147
}
146148

147149
.project-status-bottom {

0 commit comments

Comments
 (0)