This commit is contained in:
@@ -432,7 +432,13 @@ const EventsList = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const table = (statusParam) => <div className="list row mb-4">
|
const table = (statusParam) => <div className="list row mb-4">
|
||||||
<div className="col-md-12">
|
<div
|
||||||
|
className="col-md-12"
|
||||||
|
style={{
|
||||||
|
minHeight: 'calc(100vh - 360px)',
|
||||||
|
paddingBottom: '24px'
|
||||||
|
}}
|
||||||
|
>
|
||||||
<table className="personnel-info-table">
|
<table className="personnel-info-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user