Skip to content

Commit 2d55bd4

Browse files
committed
fix: DynamicDataTable - delete row button css update
1 parent e75b240 commit 2d55bd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Shared/Components/DynamicDataTable/styles.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@
5454
width: 100%;
5555

5656
> button {
57-
padding: 0;
57+
padding: 10px 8px;
5858
width: 100%;
5959
height: 100%;
6060
border-radius: 0;
61+
align-items: flex-start;
6162
}
6263
}
6364
}

0 commit comments

Comments
 (0)