1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

bugfix: Delete button cut off on windows

This commit is contained in:
Michael Shanks 2020-03-20 14:01:10 +00:00
parent 5d05d8d9d5
commit 106fa19a31

View file

@ -58,6 +58,7 @@
padding: 1.5rem; padding: 1.5rem;
width: 100%; width: 100%;
align-items: right; align-items: right;
box-sizing: border-box;
} }
.actions-modal-body { .actions-modal-body {