Skip to content

Commit

Permalink
#724 - improved tabel width
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Jan 15, 2023
1 parent e3d1416 commit b8fe666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#transaction-import-overview {
overflow: auto;
width: 90%;
margin: auto;
}

.transaction-import-text-with-icon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
</#macro>

<#macro renderCsvRows>
<div class="container" id="transaction-import-overview">
<div id="transaction-import-overview">
<table class="bordered centered">
<tr>
<#if csvRows?has_content>
Expand Down

0 comments on commit b8fe666

Please sign in to comment.