mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Truncate long debug messages
This commit is contained in:
		| @@ -131,6 +131,10 @@ | ||||
| } | ||||
| .red-ui-debug-msg-topic { | ||||
|     display: block; | ||||
|     max-width: 100%; | ||||
|     overflow: hidden; | ||||
|     white-space: nowrap; | ||||
|     text-overflow: ellipsis; | ||||
|     color: var(--red-ui-debug-message-text-color-meta); | ||||
| } | ||||
| .red-ui-debug-msg-name { | ||||
| @@ -233,7 +237,10 @@ | ||||
| .red-ui-debug-msg-type-number-toggle { cursor: pointer;} | ||||
|  | ||||
| .red-ui-debug-msg-type-string { | ||||
|     white-space: pre-wrap; | ||||
|     display: block; | ||||
|     overflow: hidden; | ||||
|     white-space: nowrap; | ||||
|     text-overflow: ellipsis; | ||||
| } | ||||
|  | ||||
| .red-ui-debug-msg-row { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user