mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 14:51:29 +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}
|
actions={pluginHeaderActions}
|
||||||
/>
|
/>
|
||||||
<div className='row'>
|
<div className={`row ${styles.row}`}>
|
||||||
<div className='col-lg-12'>
|
<div className='col-lg-12'>
|
||||||
{content}
|
{content}
|
||||||
<PopUpWarning
|
<PopUpWarning
|
||||||
|
|||||||
@ -5,3 +5,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row{
|
||||||
|
padding-bottom: 36px;
|
||||||
|
}
|
||||||
|
|||||||
@ -70,4 +70,4 @@
|
|||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
@ -67,4 +67,4 @@
|
|||||||
"npm": ">= 3.0.0"
|
"npm": ">= 3.0.0"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user