Fix missing top border on Admin Hashtags UI (#31443)
This commit is contained in:
		@@ -149,6 +149,14 @@ a.table-action-link {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.batch-table {
 | 
			
		||||
  &--no-toolbar {
 | 
			
		||||
    .batch-table__toolbar {
 | 
			
		||||
      position: static;
 | 
			
		||||
      height: 4px;
 | 
			
		||||
      border-bottom: none;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &__toolbar,
 | 
			
		||||
  &__row {
 | 
			
		||||
    display: flex;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user