Set margin between character-counter and compose-form__buttons (#4698)
For some languages publish translation is long.
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							00840f4f2e
						
					
				
				
					commit
					8ecfdd8795
				
			@@ -1872,7 +1872,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
.character-counter__wrapper {
 | 
					.character-counter__wrapper {
 | 
				
			||||||
  line-height: 36px;
 | 
					  line-height: 36px;
 | 
				
			||||||
  margin-right: 16px;
 | 
					  margin: 0 16px 0 8px;
 | 
				
			||||||
  padding-top: 10px;
 | 
					  padding-top: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@ body.rtl {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .character-counter__wrapper {
 | 
					  .character-counter__wrapper {
 | 
				
			||||||
    margin-right: 0;
 | 
					    margin-right: 8px;
 | 
				
			||||||
    margin-left: 16px;
 | 
					    margin-left: 16px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user