Skip to content
Snippets Groups Projects

Prevent links in project descriptions from making project rows too wide

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
@@ -321,6 +321,10 @@
.description {
line-height: 1.5;
max-height: $gl-spacing-scale-8;
a {
word-break: break-all;
}
}
}
Loading