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
+2 -2
View File
@@ -355,8 +355,8 @@ button:hover {
font-size: 10pt; font-size: 10pt;
padding: 0; padding: 0;
margin: 5px; margin: 5px;
display: inline-block; overflow: hidden;
float: left; text-overflow: ellipsis;
} }
.card.has-labels h3 { .card.has-labels h3 {