Skip to content

Commit

Permalink
Merge pull request #214 from OXID-eSales/UNZER-240
Browse files Browse the repository at this point in the history
Unzer form error stylling fix
  • Loading branch information
mariolorenz authored Nov 24, 2023
2 parents bfcb91c + 9fb4c16 commit 067199c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [0007553](https://bugs.oxid-esales.com/view.php?id=7553) revert this task because, it is possible to have different billing and delivery addresses for invoice purchases (Paylater)
- Discounts with time restrictions may not be invalidated directly in the checkout...
- provided additional Order-Number is searchable
- increase line spacing for the error messages

## [1.1.3] - 2023-11-14

Expand Down
5 changes: 5 additions & 0 deletions views/frontend/tpl/order/unzer_card.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
</div>
</div>
</form>
<style>
.unzerUI.form .field.error .compact.error.message:not(:empty), .unzerUI.form .fields.error .field .compact.error.message:not(:empty){
line-height: 100%;
}
</style>
[{if false}]
<script>
Expand Down

0 comments on commit 067199c

Please sign in to comment.