mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Make all dialogs handle smaller height screens better
Covers library, clipboard and project dialogs
This commit is contained in:
		| @@ -37,7 +37,7 @@ | ||||
|          border-radius: 4px; | ||||
|          font-family: $monospace-font !important; | ||||
|          font-size: 13px !important; | ||||
|          height: 300px; | ||||
|          height: 100%; | ||||
|          line-height: 1.3em; | ||||
|          padding: 6px 10px; | ||||
|          background: $clipboard-textarea-background; | ||||
| @@ -62,6 +62,7 @@ | ||||
|     background: $form-input-background; | ||||
|     &>div { | ||||
|         height: 100%; | ||||
|         box-sizing: border-box; | ||||
|     } | ||||
| } | ||||
| .red-ui-clipboard-dialog-box { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user