Fix wrong classes audio and video instead of audio-player and video-player in CSS (#24711)
				
					
				
			This commit is contained in:
		
							parent
							
								
									faa336e3f7
								
							
						
					
					
						commit
						2a3a110f00
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1152,8 +1152,8 @@ body > [data-popper-placement] {
 | 
				
			||||||
    .status__content,
 | 
					    .status__content,
 | 
				
			||||||
    .status__action-bar,
 | 
					    .status__action-bar,
 | 
				
			||||||
    .media-gallery,
 | 
					    .media-gallery,
 | 
				
			||||||
    .video,
 | 
					    .video-player,
 | 
				
			||||||
    .audio,
 | 
					    .audio-player,
 | 
				
			||||||
    .attachment-list,
 | 
					    .attachment-list,
 | 
				
			||||||
    .status-card {
 | 
					    .status-card {
 | 
				
			||||||
      margin-left: 46px + 10px;
 | 
					      margin-left: 46px + 10px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue