Show 3 Lines of text instead of 1

This commit is contained in:
ohrensessel 2015-01-14 20:51:13 +01:00
commit c1498835f6
2 changed files with 12 additions and 4 deletions

View file

@ -30,10 +30,10 @@ body {
.css-truncate {
overflow: hidden;
text-overflow: ellipsis;
# text-overflow: ellipsis;
width: 100%;
display: inline-block;
white-space: nowrap;
white-space: wrap;
}
/* Layout Styles */