We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5bce9 commit 894ce6aCopy full SHA for 894ce6a
src/components/ProjectInfo/ProjectInfo.scss
@@ -29,7 +29,7 @@
29
width: 52px;
30
padding-left: 4 * $base-unit;
31
margin-bottom: 2 * $base-unit;
32
-
+
33
.spacing {
34
margin-top: 5 * $base-unit;
35
}
@@ -69,6 +69,7 @@
69
padding-right: 4 * $base_unit;
70
display: flex;
71
flex-direction: column;
72
+ min-width: 0;
73
74
75
.project-status-header {
@@ -142,6 +143,7 @@
142
143
margin-top: 20px;
144
text-overflow: ellipsis;
145
overflow: hidden;
146
+ word-wrap: break-word;
147
148
149
.project-status-bottom {
0 commit comments