Fixed overflowing text in cards

This commit is contained in:
Eliot Berriot 2020-01-09 10:58:11 +01:00
parent 04769b81c0
commit a621c4635b
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 6 additions and 4 deletions

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;