fixed the line no wrap.
parent
065b8a7349
commit
72c5dc52ba
|
@ -1,7 +1,7 @@
|
|||
<#macro article post,layout,commentType,index>
|
||||
<#include "../comment/comment.ftl">
|
||||
<#-- <div class="card" <#if is_post??><#else>style="margin-left: 10px;"</#if>>-->
|
||||
<div class="card" <#if is_post??>style="display: flex"</#if> >
|
||||
<div class="card" <#if is_post??>style="display: block"</#if> >
|
||||
<#if is_post?? || is_page?? || is_sheet??>
|
||||
<#else >
|
||||
<#if post.thumbnail?? && post.thumbnail!=''>
|
||||
|
|
Loading…
Reference in New Issue