Increase line-height to improve legibility
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
<f:if condition="{product.feature}">
|
||||
<li class="flex items-center space-x-1 py-1">
|
||||
{ep:icon(class: 'w-6 h-6 text-ep-primary-light', icon: 'check')}
|
||||
<span class="block flex-1 leading-none">
|
||||
<span class="block flex-1 leading-tight">
|
||||
{product.feature}
|
||||
</span>
|
||||
</li>
|
||||
@@ -75,7 +75,7 @@
|
||||
<f:if condition="{board}">
|
||||
<li class="flex items-center space-x-1 py-1">
|
||||
{ep:icon(class: 'w-6 h-6 text-ep-primary-light', icon: 'check')}
|
||||
<span class="block flex-1 leading-none">
|
||||
<span class="block flex-1 leading-tight">
|
||||
{board}
|
||||
</span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user