Changeset - 84b8a99a7fcc
[Not reviewed]
0 2 0
James Polley - 6 years ago 2018-07-28 05:50:07
jamezpolley@gmail.com
Abstracts (and other monospace fields) need to be pre-wrap
2 files changed with 11 insertions and 1 deletions:
0 comments (0 inline, 0 general)
static/src/css/app.css
Show inline comments
...
 
@@ -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;
 
}
static/src/scss/app.scss
Show inline comments
...
 
@@ -291,4 +291,9 @@ a.a-img {
 
    &:hover {
 
        text-decoration: none;
 
    }
 
}
...
 
\ No newline at end of file
 
}
 

	
 
#Abstracts
 
.abstract, .bio, .monospace-text {
 
    white-space: pre-wrap;
 
}
0 comments (0 inline, 0 general)