Skip to content

Commit

Permalink
FEAT: Table.css (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiRo1310 authored Dec 2, 2024
1 parent 9c89ee3 commit b131546
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions admin/css/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

#root table {
border-collapse: collapse !important;
width: 100% !important;
width: calc(100% - 1rem) !important;
}
#root tr th {
background-color: #3399cc;
padding: 5px 5px 2px 5px;
padding: 0.5rem 0.5rem 0.2rem 0.5rem;
top: 0;
}

Expand All @@ -17,6 +17,7 @@
.table__head_button {
width: 1rem;
}

table input {
border: none !important;
}
Expand All @@ -26,7 +27,6 @@ table {
flex: 1;
}


tr[draggable="true"] {
cursor: grab;
padding-right: 10px !important;
Expand Down

0 comments on commit b131546

Please sign in to comment.