Fixed overflowing text in cards

This commit is contained in:
Eliot Berriot 2020-01-09 10:58:11 +01:00
commit a621c4635b
No known key found for this signature in database
GPG key ID: 6B501DFD73514E14

View file

@ -478,10 +478,12 @@ input + .help {
border-top: 0 !important;
}
.content:not(.extra) {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 0;
&, & * {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 0;
}
}
.floating.dropdown > .icon {
margin-right: 0;