Skip to content

Commit

Permalink
Merge pull request #118 from fdagner/kontoauszug
Browse files Browse the repository at this point in the history
BS rechtsbündig
  • Loading branch information
fdagner authored Aug 5, 2024
2 parents 977a7af + 867ce58 commit 28d44b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/buchungssatz.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function generiereBuchungssatz() {
}

buchungssatzHTML += '<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 150px;max-width: 150px" tabindex="1">0000 Kt.</td>';
buchungssatzHTML += '<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 160px;max-width: 160px" tabindex="1">2.000,00 €</td>';
buchungssatzHTML += '<td style="white-space: nowrap;overflow: hidden;text-overflow:ellipsis;width: 160px;max-width: 160px;text-align: right" tabindex="1">2.000,00 €</td>';
buchungssatzHTML += '</tr>';
}

Expand Down

0 comments on commit 28d44b4

Please sign in to comment.