Skip to content

Commit 74ff8c8

Browse files
wissyfatyWissal
andauthored
Add margin bottom (#1229)
Co-authored-by: Wissal <wissal.faty@univ-lille.fr>
1 parent c822b55 commit 74ff8c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sqlpage/templates/big_number.handlebars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div {{#if id}} id="{{id}}" {{/if~}}
2-
class="row g-3 h-100
2+
class="row g-3 h-100 mb-2
33
{{~#if columns}} row-cols-1 row-cols-sm-2 row-cols-lg-{{columns~}} {{/if~}}
44
{{~#if class}} {{class}} {{/if}}
55
">
@@ -45,7 +45,7 @@
4545
{{/if}}
4646
</div>
4747
{{/if}}
48-
48+
4949
<div class="d-flex align-items-center mt-1">
5050
<div class="h1 {{#if description}}mb-3{{else}}mb-0{{/if}} mt-auto text-nowrap text-truncate">
5151
{{#if value_link}}
@@ -76,7 +76,7 @@
7676
</div>
7777
{{/if}}
7878
</div>
79-
79+
8080
{{#if description}}
8181
<div class="d-flex flex-wrap mb-2" title="{{description}}">
8282
<div class="text-truncate me-2">{{description}}</div>

0 commit comments

Comments
 (0)