New: Reduced border width in tables
This commit is contained in:
parent
96de404c7e
commit
0524530f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -2053,7 +2053,7 @@ fieldset {
|
|||
table:not(.MuiTable-root.MuiTable-stickyHeader) {
|
||||
border-color: var(--borderColor) !important;
|
||||
border-radius: var(--smallRadius);
|
||||
/* border-spacing: 14px; */
|
||||
border-spacing: 1px;
|
||||
border: var(--defaultBorder);
|
||||
background: var(--tableBodyColor);
|
||||
border-collapse: separate;
|
||||
|
|
|
|||
Loading…
Reference in a new issue