[37503] Fix styling of wp destroy modal

https://community.openproject.org/work_packages/37503
pull/9339/head
Oliver Günther 3 years ago
parent 2f00810e92
commit 43ffbc362d
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      frontend/src/app/components/modals/wp-destroy-modal/wp-destroy.modal.html

@ -1,5 +1,5 @@
<div
class="op-modal wp-table--configuration-modal -danger-zone loading-indicator--location"
class="op-modal op-modal_autoheight wp-table--configuration-modal -danger-zone loading-indicator--location"
data-indicator-name="modal"
id="wp_destroy_modal"
>
@ -50,7 +50,7 @@
</ul>
</ng-container>
<div *ngIf="mustConfirmChildren">
<label class="form--label-with-check-box">
<label class="form--label-with-check-box -no-ellipsis">
<div class="form--check-box-container">
<input type="checkbox"
name="confirm-children-deletion"

Loading…
Cancel
Save