Skip to content
Snippets Groups Projects
Commit 4f5b4a5a authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#724 - improved table width

parent e3d14163
Branches
Tags
No related merge requests found
#transaction-import-overview { #transaction-import-overview {
overflow: auto; overflow: auto;
width: 90%;
margin: auto;
} }
.transaction-import-text-with-icon { .transaction-import-text-with-icon {
......
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
</#macro> </#macro>
<#macro renderCsvRows> <#macro renderCsvRows>
<div class="container" id="transaction-import-overview"> <div id="transaction-import-overview">
<table class="bordered centered"> <table class="bordered centered">
<tr> <tr>
<#if csvRows?has_content> <#if csvRows?has_content>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment