fix: make list paragraphs use 100% width (#6273)
* Adds width 100% for ol paragraph --------- Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							8db4be668b
						
					
				
				
					commit
					4de461fe70
				
			| @@ -685,6 +685,10 @@ | ||||
|         display:inline-block; | ||||
|         vertical-align:top; | ||||
|         padding-top:0; | ||||
|          | ||||
|         &:first-child { | ||||
|           width: 100%; | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user