break project name and location details if too long

This commit is contained in:
Bilal Catic
2018-11-19 16:29:22 +01:00
parent 3d37a88247
commit e548e2a31c
2 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,14 @@ $link-line-height: 1.5rem;
margin-top: 0.5rem;
}
.reference{
word-break: break-all;
}
.project-name{
word-break: break-all;
}
.info-color {
margin-top: 0.2rem;
padding-left: 0.2rem;