mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	feat(sql_console): preserve whitespace in columns
This commit is contained in:
		
							parent
							
								
									8b0ddf6f9d
								
							
						
					
					
						commit
						bbf6ae6aab
					
				@ -7,6 +7,10 @@ const TPL = `
 | 
			
		||||
    .sql-result-widget {
 | 
			
		||||
        padding: 15px;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .sql-console-result-container td {
 | 
			
		||||
        white-space: preserve;
 | 
			
		||||
    }
 | 
			
		||||
    </style>
 | 
			
		||||
 | 
			
		||||
    <div class="sql-query-no-rows alert alert-info" style="display: none;">
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user