[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:
parent
4f05a6b03b
commit
7c1c8c1664
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue