Fix margin issue in export modal

pull/1/head
yflory 2020-06-22 15:47:16 +02:00
parent 446a14405c
commit 5f74eb532e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
div.cp-alertify-type {
display: flex;
input {
margin: 0;
margin: 0 !important;
flex: 1;
min-width: 0;
}