We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeba16 commit 86f2722Copy full SHA for 86f2722
sqlpage/templates/list.handlebars
@@ -69,7 +69,7 @@
69
<div class="row align-items-center">
70
<div class="col text-truncate">
71
{{default empty_title 'No item'}}
72
- <div class="d-block text-muted text-truncate mt-n1">
+ <div class="d-block text-muted {{#if ../wrap}}text-wrap{{else}}text-truncate{{/if}} mt-n1">
73
{{~empty_description~}}
74
{{~#if empty_description_md~}}
75
<div style="margin-bottom: -1rem">{{{markdown empty_description_md}}}</div>
0 commit comments