From e686046b44af14b47e81a3e08562732929ba8921 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 7 Jun 2019 10:28:05 +0000 Subject: [PATCH] Add white-space: pre-wrap on biography text. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@56026 d315682c-612b-4755-9ff5-7f18f6832af3 --- common/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/custom.css b/common/custom.css index 6cf7c75..2f7e15d 100644 --- a/common/custom.css +++ b/common/custom.css @@ -1572,3 +1572,7 @@ padding-left:16px!important; .affiliation-card { border: gray 1px solid; } + +.biography { + white-space: pre-wrap; +}