admin: Improve title and toasts rendering

This commit is contained in:
nemunaire 2022-05-31 16:41:36 +02:00
parent fbeb2cc42b
commit 1856a78d10
4 changed files with 22 additions and 14 deletions

View file

@ -179,7 +179,7 @@ angular.module("FICApp")
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="toast-body" ng-bind-html="$ctrl.msg" ng-if="$ctrl.msg"></div>
<div class="toast-body text-break" ng-bind-html="$ctrl.msg" ng-if="$ctrl.msg"></div>
<div class="d-flex justify-content-around mb-1" ng-if="$ctrl.yesNo">
<button type="button" class="ml-2 btn btn-sm btn-success" ng-click="$ctrl.yesFunc()">Yes</button>
<button type="button" class="btn btn-sm btn-danger" ng-click="$ctrl.noFunc()">No</button>