mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 19:49:01 +01:00 
			
		
		
		
	fix super long line in code editor blowing up / overflowing the content grid cell width
This commit is contained in:
		
							parent
							
								
									40cec31099
								
							
						
					
					
						commit
						fc58086f6e
					
				| @ -6,7 +6,7 @@ | ||||
| </head> | ||||
| <body class="desktop theme-<%= theme %>" style="--main-font-size: <%= mainFontSize %>%; --tree-font-size: <%= treeFontSize %>%; --detail-font-size: <%= detailFontSize %>%;"> | ||||
| <noscript>Trilium requires JavaScript to be enabled.</noscript> | ||||
| <div id="container" style="display: none; grid-template-columns: minmax(<%= leftPaneMinWidth %>px, <%= leftPaneWidthPercent %>fr) <%= rightPaneWidthPercent %>fr"> | ||||
| <div id="container" style="display: none; grid-template-columns: minmax(<%= leftPaneMinWidth %>px, <%= leftPaneWidthPercent %>fr) minmax(0, <%= rightPaneWidthPercent %>fr)"> | ||||
|     <div id="header" class="hide-toggle"> | ||||
|         <div id="history-navigation" style="display: none;"> | ||||
|             <a id="history-back-button" title="Go to previous note." class="icon-action jam jam-arrow-square-left"></a> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 zadam
						zadam