Skip to content

Commit

Permalink
[#852] expand component in manage data styling done
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-p-s committed Jan 5, 2024
1 parent bf75f21 commit d796d3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/pages/submissions/SubmissionEditing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const SubmissionEditing = ({
))}
</div>
{isEditable && !expanded.loading && (
<div className="pending-data-actions">
<div className="pending-data-actions" style={{ padding: "1rem" }}>
<Button
type="primary"
shape="round"
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/pages/submissions/Submissions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ const Submissions = () => {
dataTab === "pending-submission" && (
<Button
type="primary"
shape="round"
onClick={handleOnClickBatchSelectedDataset}
disabled={!selectedRows.length && modalButton}
>
Expand Down Expand Up @@ -439,6 +440,7 @@ const Submissions = () => {
<Col xs={12}>
<Button
className="light"
shape="round"
onClick={() => {
setModalVisible(false);
}}
Expand All @@ -447,6 +449,7 @@ const Submissions = () => {
</Button>
<Button
type="primary"
shape="round"
onClick={sendBatch}
disabled={!batchName.length}
>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/submissions/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
.pending-data-wrapper {
border: solid #e9e9e9 1px;
margin-bottom: 20px;

padding: 1rem;
.ant-table {
thead {
tr {
Expand Down

0 comments on commit d796d3c

Please sign in to comment.