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

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;
}
}
}