mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-11 17:35:25 +00:00
Fixed calendar icon position with baggy theme
This commit is contained in:
parent
0c7f1ba796
commit
3e85e91159
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@
|
|||
</div>
|
||||
|
||||
<div id="article-informations">
|
||||
<i class="tool icon icon-calendar" title="{{ 'entry.view.created_at'|trans }}">{{ entry.createdAt|date('Y-m-d') }}
|
||||
<i class="tool icon icon-calendar" title="{{ 'entry.view.created_at'|trans }}">
|
||||
{{ entry.createdAt|date('Y-m-d') }}
|
||||
</i>
|
||||
|
||||
<i class="tool icon icon-time">
|
||||
|
|
Loading…
Reference in a new issue