Merge pull request #144 from nextcloud/card-title-fix

Fix extra-long words in card title overflowing.
This commit is contained in:
Julius Härtl
2017-05-21 13:23:17 +02:00
committed by GitHub

View File

@@ -355,8 +355,8 @@ button:hover {
font-size: 10pt;
padding: 0;
margin: 5px;
display: inline-block;
float: left;
overflow: hidden;
text-overflow: ellipsis;
}
.card.has-labels h3 {