Modified collupsible button paddings on search result page.

This commit is contained in:
Svetlana Rastegina 2021-03-22 23:47:52 +01:00
parent 1343a41eed
commit 122e1b283f

View file

@ -17,7 +17,7 @@
</#if>
</#list>
<#if excerptText?? && excerptTextName?? && excerptTextName?has_content && excerptText?has_content>
<button type="button" style="border:none;padding: 18px;width: 100%; text-align:left;" class="collapsible">${excerptTextName}</button>
<button type="button" style="border:none;width: 100%; text-align:left;" class="collapsible">${excerptTextName}</button>
<div class="htmlExcerpt" style="list-style:none; display:none;">
${excerptText}
<#if excerptAuthor?? && excerptAuthor?has_content>