Skip to content

Commit

Permalink
#724 - improved table width
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlocker8 committed Jan 18, 2023
1 parent 01d0832 commit 1ae770a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@
}

#transaction-import-list {
width: 90%;
width: 95%;
margin: auto;
}

#table-transaction-rows {
width: 100%;
}

#table-transaction-rows_filter input {
height: 1rem;
border: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ $(document).ready(function()
scrollX: true,
scrollY: true,
columnDefs: [
{ width: '30%', targets: 2},
{ width: '30%', targets: 3},
{ orderable: false, targets: 5}
],
language: { search: '' , searchPlaceholder: localizedSearch},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@

<#macro renderCsvTransactions>
<div id="transaction-import-list">
<table class="bordered centered" id="table-transaction-rows">
<table class="bordered centered" id="table-transaction-rows" style="width:100%">
<thead>
<tr>
<td class="bold">${locale.getString("transactions.import.status")}</td>
Expand Down

0 comments on commit 1ae770a

Please sign in to comment.