Skip to content

Commit 86f2722

Browse files
committed
fix #1048
1 parent dfeba16 commit 86f2722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlpage/templates/list.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<div class="row align-items-center">
7070
<div class="col text-truncate">
7171
{{default empty_title 'No item'}}
72-
<div class="d-block text-muted text-truncate mt-n1">
72+
<div class="d-block text-muted {{#if ../wrap}}text-wrap{{else}}text-truncate{{/if}} mt-n1">
7373
{{~empty_description~}}
7474
{{~#if empty_description_md~}}
7575
<div style="margin-bottom: -1rem">{{{markdown empty_description_md}}}</div>

0 commit comments

Comments
 (0)