File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ <h2 class="archive__item-title" itemprop="headline">
57
57
{% elsif post.citation %}
58
58
< p > Recommended citation: {{ post.citation }} </ p >
59
59
{% elsif post.paperurl %}
60
- < p > Download < a href =" {{ post.paperurl }} "> < u > here</ u > </ a > </ p >
60
+ < p class =" wordwrap " > Download < a href =" {{ post.paperurl }} "> < u > here</ u > </ a > </ p >
61
61
{% endif %}
62
62
63
63
</ article >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ author_profile: true
6
6
---
7
7
8
8
{% if site.author.googlescholar %}
9
- You can also find my articles on <u ><a href =" {{site.author.googlescholar}} " >my Google Scholar profile</a >.</u >
9
+ < div class = " wordwrap " > You can also find my articles on <u ><a href =" {{site.author.googlescholar}} " >my Google Scholar profile</a >.</u ></ div >
10
10
{% endif %}
11
11
12
12
{% include base_path %}
Original file line number Diff line number Diff line change @@ -117,6 +117,14 @@ body:hover .visually-hidden button {
117
117
@include container ();
118
118
}
119
119
120
+ /* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
121
+ .wordwrap {
122
+ white-space : pre-wrap ; /* CSS3 */
123
+ white-space : -moz-pre-wrap ; /* Firefox */
124
+ white-space : - pre- wrap; /* Opera <7 */
125
+ white-space : -o-pre-wrap ; /* Opera 7 */
126
+ word-wrap : break-word ; /* IE */
127
+ }
120
128
121
129
/*
122
130
Images
You can’t perform that action at this time.
0 commit comments