Fix ellipsis in dialog cards

This commit is contained in:
MrTimscampi 2020-05-18 19:14:34 +02:00
parent e6526de5dd
commit 9ee05151f0

View File

@ -306,6 +306,10 @@ button::-moz-focus-inner {
text-align: left;
}
.dialog .cardText {
text-overflow: initial;
}
.cardText-secondary {
font-size: 86%;
}