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 c822b55 commit 74ff8c8Copy full SHA for 74ff8c8
sqlpage/templates/big_number.handlebars
@@ -1,5 +1,5 @@
1
<div {{#if id}} id="{{id}}" {{/if~}}
2
- class="row g-3 h-100
+ class="row g-3 h-100 mb-2
3
{{~#if columns}} row-cols-1 row-cols-sm-2 row-cols-lg-{{columns~}} {{/if~}}
4
{{~#if class}} {{class}} {{/if}}
5
">
@@ -45,7 +45,7 @@
45
{{/if}}
46
</div>
47
48
-
+
49
<div class="d-flex align-items-center mt-1">
50
<div class="h1 {{#if description}}mb-3{{else}}mb-0{{/if}} mt-auto text-nowrap text-truncate">
51
{{#if value_link}}
@@ -76,7 +76,7 @@
76
77
78
79
80
{{#if description}}
81
<div class="d-flex flex-wrap mb-2" title="{{description}}">
82
<div class="text-truncate me-2">{{description}}</div>
0 commit comments