Fixes url word breaking
Would probably ideally be break-word for all the non URL related things in the form but I don't think it will have any effect on anything that's not URLs in practice?
This commit is contained in:
		
							parent
							
								
									8e65edc6f8
								
							
						
					
					
						commit
						a2a8d283ff
					
				| @ -274,7 +274,7 @@ export class ConfigDetails extends LiteElement { | |||||||
|       >`;
 |       >`;
 | ||||||
|     } |     } | ||||||
|     return html` |     return html` | ||||||
|       <btrix-desc-list-item label=${label}> ${content} </btrix-desc-list-item> |       <btrix-desc-list-item label=${label} class="break-all"> ${content} </btrix-desc-list-item> | ||||||
|     `;
 |     `;
 | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user