forked from open-webui/open-webui
		
	fix: list formatting enhancement
This commit is contained in:
		
							parent
							
								
									ce4973becb
								
							
						
					
					
						commit
						b7e59d7101
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -772,7 +772,7 @@ | ||||||
| 											</div> | 											</div> | ||||||
| 										{:else} | 										{:else} | ||||||
| 											<div | 											<div | ||||||
| 												class="prose chat-{message.role} w-full max-w-full prose-invert prose-headings:my-0 prose-p:my-0 prose-pre:my-0 prose-table:my-0 prose-blockquote:my-0 prose-img:my-0 prose-ul:-my-2 prose-ol:-my-2 prose-li:-my-2 whitespace-pre-line" | 												class="prose chat-{message.role} w-full max-w-full prose-invert prose-headings:my-0 prose-p:my-0 prose-pre:my-0 prose-table:my-0 prose-blockquote:my-0 prose-img:my-0 prose-ul:-my-4 prose-ol:-my-4 prose-li:-my-3 prose-ul:-mb-8 prose-ol:-mb-8 prose-li:-mb-4 whitespace-pre-line" | ||||||
| 											> | 											> | ||||||
| 												{#if message.role == 'user'} | 												{#if message.role == 'user'} | ||||||
| 													{#if message?.edit === true} | 													{#if message?.edit === true} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy J. Baek
						Timothy J. Baek