Abstracts (and other monospace fields) need to be pre-wrap

This commit is contained in:
James Polley 2018-07-27 09:31:58 +00:00 committed by James Polley
parent 296bdd82d5
commit 84b8a99a7f
2 changed files with 11 additions and 1 deletions

View file

@ -398,3 +398,8 @@ div.system-message p.system-message-title {
#id_profile-name, #id_profile-free_text_1, #id_profile-free_text_2, #id_profile-company {
filter: grayscale(100%);
}
#Abstracts
.abstract, .bio, .monospace-text {
white-space: pre-wrap;
}

View file

@ -291,4 +291,9 @@ a.a-img {
&:hover {
text-decoration: none;
}
}
}
#Abstracts
.abstract, .bio, .monospace-text {
white-space: pre-wrap;
}