mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-03 19:36:20 +00:00 
			
		
		
		
	Add padding-bottom on view list
This commit is contained in:
		
							parent
							
								
									5249b91670
								
							
						
					
					
						commit
						2a5278b461
					
				@ -232,7 +232,7 @@ export class List extends React.Component {
 | 
			
		||||
            }}
 | 
			
		||||
            actions={pluginHeaderActions}
 | 
			
		||||
          />
 | 
			
		||||
          <div className='row'>
 | 
			
		||||
          <div className={`row ${styles.row}`}>
 | 
			
		||||
            <div className='col-lg-12'>
 | 
			
		||||
              {content}
 | 
			
		||||
              <PopUpWarning
 | 
			
		||||
 | 
			
		||||
@ -5,3 +5,7 @@
 | 
			
		||||
    padding: 0;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.row{
 | 
			
		||||
  padding-bottom: 36px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -70,4 +70,4 @@
 | 
			
		||||
    "npm": ">= 3.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "license": "MIT"
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
@ -67,4 +67,4 @@
 | 
			
		||||
    "npm": ">= 3.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "license": "MIT"
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user