Skip to content

Commit

Permalink
added margin to tables
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriyAndriyovuch committed Sep 19, 2023
1 parent a813665 commit 92961c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/account/calculators/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

= render 'account/shared/sort_selector', criterias: calculators_criterias

table.table.admin-table
table.table.admin-table.mt-2
thead
tr
th[scope="col"] ID
Expand Down
2 changes: 1 addition & 1 deletion app/views/account/products/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

= render 'account/shared/sort_selector', criterias: products_criterias

table.table
table.table.mt-2
thead
tr
th scope="col" #
Expand Down

0 comments on commit 92961c8

Please sign in to comment.