mirror of
https://github.com/imfing/hextra.git
synced 2025-06-20 09:21:25 -04:00
chore: improve cards compatibility with steps (#197)
This commit is contained in:
@ -79,3 +79,4 @@
|
|||||||
<div class="line-clamp-3 text-sm font-normal text-gray-500 dark:text-gray-400 px-4 mb-4 mt-2">{{- $subtitle | markdownify -}}</div>
|
<div class="line-clamp-3 text-sm font-normal text-gray-500 dark:text-gray-400 px-4 mb-4 mt-2">{{- $subtitle | markdownify -}}</div>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</a>
|
</a>
|
||||||
|
{{- /* Strip trailing newline. */ -}}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{{ $rows := .Get "rows" | default "3" }}
|
{{ $rows := .Get "rows" | default "3" }}
|
||||||
|
|
||||||
<div class="hextra-cards mt-4 gap-4 grid not-prose" style="--rows: {{ $rows }};">
|
<div class="hextra-cards mt-4 gap-4 grid not-prose" style="--rows: {{ $rows }};">
|
||||||
{{ .Inner }}
|
{{- .Inner -}}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user