Abstracts (and other monospace fields) need to be pre-wrap
This commit is contained in:
parent
296bdd82d5
commit
84b8a99a7f
2 changed files with 11 additions and 1 deletions
|
@ -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 {
|
#id_profile-name, #id_profile-free_text_1, #id_profile-free_text_2, #id_profile-company {
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#Abstracts
|
||||||
|
.abstract, .bio, .monospace-text {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
|
@ -291,4 +291,9 @@ a.a-img {
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#Abstracts
|
||||||
|
.abstract, .bio, .monospace-text {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue