mirror of https://github.com/node-red/node-red.git
Merge pull request #2718 from node-red-hitachi/fix-upload-button-width-on-safari
Fix upload button width on Safaripull/2722/head
commit
eb2e1c0c45
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue