1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

[bug] warning message overflow in credit wallet modal

This commit is contained in:
Sylvain 2020-11-02 13:22:32 +01:00
parent 7776fe13d6
commit d4ce5b7dd0
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
- Refactored theme builder to use scss files
- Fix a bug: unable to build homepage custom stylesheet
- Fix a bug: unable to access embedded plan views
- Fix a bug: warning message overflow in credit wallet modal
- [TODO DEPLOY] `rails fablab:stripe:plans_prices`
## v4.6.3 2020 October 28

View File

@ -5,8 +5,8 @@
<div class="modal-body">
<div class="alert alert-warning m-b-md m-b-sm">
<i class="fa fa-warning m-sm inline" aria-hidden="true"></i>
<div class="inline pull-right width-90 m-t-n-xs" translate>{{ 'app.shared.wallet.warning_uneditable_credit' }}</div>
<i class="fa fa-warning" aria-hidden="true"></i>
<span translate>{{ 'app.shared.wallet.warning_uneditable_credit' }}</span>
</div>
<form name="walletForm" ng-class="{'has-error': walletForm.amount.$dirty && walletForm.amount.$invalid}">