[Library]: Add multi-line-ellipsis class to library.css
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@57315 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
1d3ba037ef
commit
d4483e0655
11
library.css
11
library.css
|
@ -664,6 +664,17 @@ text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.multi-line-ellipsis {
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
|
.multi-line-ellipsis.lines-10 {
|
||||||
|
-webkit-line-clamp: 10;
|
||||||
|
}
|
||||||
|
|
||||||
.custom-accordion .uk-accordion-title{
|
.custom-accordion .uk-accordion-title{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
/* background: #f8f8fe; */
|
/* background: #f8f8fe; */
|
||||||
|
|
Loading…
Reference in New Issue