UX: Allow modal to grow dependant on table size
This commit is contained in:
parent
12e09ebad6
commit
e56f9eacb6
|
@ -23,6 +23,11 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
|
||||||
|
.modal-inner-container {
|
||||||
|
--modal-max-width: 90%;
|
||||||
|
width: max-content;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-edit-reason {
|
.btn-edit-reason {
|
||||||
background: none;
|
background: none;
|
||||||
.d-icon {
|
.d-icon {
|
||||||
|
|
Loading…
Reference in New Issue