From 7c1c8c1664fc23c96fc313d81c76596afd60b14b Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 25 May 2020 10:00:03 +0000 Subject: [PATCH] [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 --- library.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library.css b/library.css index 5a764de..a8dd8a6 100644 --- a/library.css +++ b/library.css @@ -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;