Truncate repo name if needed

If repo name is longer than what fits on card in manage repos view,
truncate it. Untested.

Fixes: #116
This commit is contained in:
Teemu Patja 2017-10-31 12:53:46 +02:00
parent fd68671507
commit 3ebf9cf36d
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
1 changed files with 3 additions and 0 deletions

View File

@ -258,6 +258,9 @@
color: #42505c; color: #42505c;
font-family: "PostGrotesk-Medium"; font-family: "PostGrotesk-Medium";
font-size: 18px; font-size: 18px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
a { color: #42505c; } a { color: #42505c; }
} }