mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00: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:
		| @@ -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; | ||||
|     } | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user