Fix margin issue in export modal

pull/1/head
yflory 2020-06-22 15:47:16 +02:00
parent 1d0c2bded6
commit 33db6e0ce2
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;
}