mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Fix website rendering issues on Firefox with -webkit-line-clamp
This commit is contained in:
@@ -32,7 +32,9 @@
|
||||
</div>
|
||||
<span class="publication">By {{ page.extra.author }}. {{ page.date | date(format="%B %d, %Y", timezone="America/Los_Angeles") }}.</span>
|
||||
<div class="summary">
|
||||
{{ page.summary | safe }}
|
||||
<div>
|
||||
{{ page.summary | safe }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="keep-reading">
|
||||
<a href="{{ page.permalink | safe }}" class="link arrow">Keep Reading</a>
|
||||
|
||||
@@ -316,7 +316,9 @@
|
||||
</div>
|
||||
<span class="publication">By {{ article.extra.author }}. {{ article.date | date(format="%B %d, %Y", timezone="America/Los_Angeles") }}.</span>
|
||||
<div class="summary">
|
||||
{{ article.summary | safe }}
|
||||
<div>
|
||||
{{ article.summary | safe }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="keep-reading">
|
||||
<a href="{{ article.permalink | safe }}" class="link arrow">Keep Reading</a>
|
||||
|
||||
Reference in New Issue
Block a user