Add right margin of notification message (#7628)
This commit is contained in:
		
							parent
							
								
									60902b948a
								
							
						
					
					
						commit
						4210ddb676
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -1373,9 +1373,8 @@ a.account__display-name {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.notification__message {
 | 
					.notification__message {
 | 
				
			||||||
  margin-left: 68px;
 | 
					  margin: 0 10px 0 68px;
 | 
				
			||||||
  padding: 8px 0;
 | 
					  padding: 8px 0 0;
 | 
				
			||||||
  padding-bottom: 0;
 | 
					 | 
				
			||||||
  cursor: default;
 | 
					  cursor: default;
 | 
				
			||||||
  color: $darker-text-color;
 | 
					  color: $darker-text-color;
 | 
				
			||||||
  font-size: 15px;
 | 
					  font-size: 15px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue