1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #2718 from node-red-hitachi/fix-upload-button-width-on-safari

Fix upload button width on Safari
This commit is contained in:
Nick O'Leary 2020-10-09 17:12:35 +01:00 committed by GitHub
commit eb2e1c0c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -253,6 +253,9 @@ button.red-ui-palette-editor-upload-button {
min-width: 0;
padding: 2px 8px;
}
form {
width: 0;
}
}
.red-ui-palette-editor-upload {
display: none;
@ -275,4 +278,4 @@ button.red-ui-palette-editor-upload-button {
button {
margin-left: 10px;
}
}
}