mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 14:19:40 +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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user