Merge pull request #276 from thornbill/fix-text-overflow

Fix text overflow not displaying ellipsis in cards
This commit is contained in:
Anthony Lavado
2019-04-26 00:41:06 -04:00
committed by GitHub
+6
View File
@@ -315,6 +315,12 @@ button {
padding-top: .24em;
}
.cardText > .textActionButton {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.innerCardFooter > .cardText {
padding: .3em .5em;
}