Merge pull request #276 from thornbill/fix-text-overflow
Fix text overflow not displaying ellipsis in cards
This commit is contained in:
@@ -315,6 +315,12 @@ button {
|
||||
padding-top: .24em;
|
||||
}
|
||||
|
||||
.cardText > .textActionButton {
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.innerCardFooter > .cardText {
|
||||
padding: .3em .5em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user