Skip to content

Commit 7e1577c

Browse files
committed
fix: table radius & margin in datatable
1 parent a2ad07b commit 7e1577c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/app/components/DataTable.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ header {
161161
table {
162162
display: table;
163163
width: 100%;
164+
margin: 0;
165+
border-radius: 0;
164166
border-color: inherit;
165167
border-collapse: collapse;
166168
table-layout: auto;

0 commit comments

Comments
 (0)