Fixed overflowing text in cards
This commit is contained in:
parent
04769b81c0
commit
a621c4635b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue