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
This commit is contained in:
k.triantafyllou 2019-06-07 10:28:05 +00:00
parent e087f72c77
commit e686046b44
1 changed files with 4 additions and 0 deletions

View File

@ -1572,3 +1572,7 @@ padding-left:16px!important;
.affiliation-card {
border: gray 1px solid;
}
.biography {
white-space: pre-wrap;
}