mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	css: Change rtl ul rule to only set left and right margins.
This change has been made so that the top and bottom margins for bulleted lists is completely handled by the other ul rule.
This commit is contained in:
		| @@ -1449,8 +1449,11 @@ a:hover code { | ||||
|     ul { | ||||
|         margin: 5px 0 5px 20px; | ||||
|     } | ||||
|  | ||||
|     /* Swap the left and right margins of bullets for Right-To-Left languages */ | ||||
|     &.rtl ul { | ||||
|         margin: 5px 20px 5px 0; | ||||
|         margin-right: 20px; | ||||
|         margin-left: 0; | ||||
|     } | ||||
|  | ||||
|     /* Formatting for blockquotes */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user