fix: nested lists indentation (#1114)
This commit is contained in:
		@@ -315,6 +315,10 @@
 | 
			
		||||
    padding: 1rem 0 0 0;
 | 
			
		||||
    list-style-position: inside;
 | 
			
		||||
 | 
			
		||||
    li > ul, li > ol {
 | 
			
		||||
      padding-left: 1rem;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    li + li {
 | 
			
		||||
      margin-top: .5rem;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user