[Library | Trunk]: Add word-break on annotations

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58754 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-05-25 10:00:03 +00:00
parent 4f05a6b03b
commit 7c1c8c1664
1 changed files with 4 additions and 0 deletions

View File

@ -1808,6 +1808,10 @@ html {
outline-color: transparent;
}
.b2note ul > li {
word-wrap: break-word;
}
.b2note ul > li > .semantic {
background-color: #22356E;
border-radius: 4px;