prevent wordwrap of commit message

pull/1/head
Brad Rydzewski 5 years ago
parent fcde0c5625
commit a111933214

@ -107,6 +107,9 @@ a.card {
font-size: 18px;
grid-row: 1;
grid-column: 2 / span 3;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.stage .desc {

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save