fix slight spacing issue in list's empty value
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
- Supports SHA-256 (default) and SHA-512 algorithms
|
||||
- Output formats: hexadecimal (default) or base64 (e.g., `sha256-base64`)
|
||||
- See the [function documentation](https://sql-page.com/functions.sql?function=hmac) for detailed examples
|
||||
- Fixed a slight spacing issue in the list components empty value display.
|
||||
|
||||
## v0.37.1
|
||||
- fixed decoding of UUID values
|
||||
|
||||
@@ -67,9 +67,9 @@
|
||||
{{#if (eq @row_index 0)}}
|
||||
<a href="{{default empty_link '#'}}" class="list-group-item list-group-item-action">
|
||||
<div class="row align-items-center">
|
||||
<div class="col text-truncate">
|
||||
<div class="col {{#if ../wrap}}text-wrap{{else}}text-truncate{{/if}}">
|
||||
{{default empty_title 'No item'}}
|
||||
<div class="d-block text-muted {{#if ../wrap}}text-wrap{{else}}text-truncate{{/if}} mt-n1">
|
||||
<div class="text-muted text-truncate{{#if ../compact}} mt-n1{{/if}}{{#if ../wrap}} text-wrap{{/if}}">
|
||||
{{~empty_description~}}
|
||||
{{~#if empty_description_md~}}
|
||||
<div style="margin-bottom: -1rem">{{{markdown empty_description_md}}}</div>
|
||||
|
||||
Reference in New Issue
Block a user