mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-30 06:38:37 -04:00 
			
		
		
		
	Fix margin issue in markup paragraph rendering (#34599)
The Fomantic-inherited `p:last-child` rule in base.css interferes with this markdown rendering.
This commit is contained in:
		| @@ -134,6 +134,11 @@ | |||||||
|   margin-bottom: 16px; |   margin-bottom: 16px; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* override p:last-child from base.css */ | ||||||
|  | .markup p:last-child { | ||||||
|  |   margin-bottom: 16px; | ||||||
|  | } | ||||||
|  |  | ||||||
| .markup hr { | .markup hr { | ||||||
|   height: 4px; |   height: 4px; | ||||||
|   padding: 0; |   padding: 0; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user