Add padding-bottom on view list

This commit is contained in:
Aurelsicoko 2017-10-10 16:49:43 +02:00
parent 5249b91670
commit 2a5278b461
4 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -5,3 +5,7 @@
padding: 0;
}
}
.row{
padding-bottom: 36px;
}

View File

@ -70,4 +70,4 @@
"npm": ">= 3.0.0"
},
"license": "MIT"
}
}

View File

@ -67,4 +67,4 @@
"npm": ">= 3.0.0"
},
"license": "MIT"
}
}