1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +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 5fbd276cd8
commit 0399eec4e6

View file

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