modal: Re-add required bootstrap CSS for ".modal-body".

This commit adds the required bootstrap CSS rules for
".modal-body" elements to modal.css so that we can remove
them from bootstrap.css.
This commit is contained in:
Sahil Batra 2023-10-09 15:11:37 +05:30 committed by Tim Abbott
parent 5e263fc4ed
commit 37d12250ed
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.modal-body {
max-height: 60vh;
padding: 15px;
}
.modal-bg {