UX: Allow modal to grow dependant on table size

This commit is contained in:
Keegan George 2022-07-28 07:43:10 -07:00
parent 12e09ebad6
commit e56f9eacb6
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@
flex-direction: column;
align-items: flex-start;
.modal-inner-container {
--modal-max-width: 90%;
width: max-content;
}
.btn-edit-reason {
background: none;
.d-icon {