Revision 57315
Added by Konstantinos Triantafyllou about 4 years ago
modules/uoa-services-library/trunk/ng-openaire-library/src/assets/library.css | ||
---|---|---|
664 | 664 |
white-space: nowrap; |
665 | 665 |
} |
666 | 666 |
|
667 |
.multi-line-ellipsis { |
|
668 |
display: -webkit-box; |
|
669 |
-webkit-box-orient: vertical; |
|
670 |
overflow: hidden; |
|
671 |
text-overflow: ellipsis; |
|
672 |
} |
|
673 |
|
|
674 |
.multi-line-ellipsis.lines-10 { |
|
675 |
-webkit-line-clamp: 10; |
|
676 |
} |
|
677 |
|
|
667 | 678 |
.custom-accordion .uk-accordion-title{ |
668 | 679 |
text-align: left; |
669 | 680 |
/* background: #f8f8fe; */ |
Also available in: Unified diff
[Library]: Add multi-line-ellipsis class to library.css