Set table borders to 1px
This commit is contained in:
parent
17fe61c9c0
commit
68ff2ae8ad
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
table.more tbody:last-child tr:last-child {
|
table.more tbody:last-child tr:last-child {
|
||||||
border-bottom: 0.1rem dashed var(--gray);
|
border-bottom: 1px dashed var(--gray);
|
||||||
}
|
}
|
||||||
table.full-width {
|
table.full-width {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -21,7 +21,7 @@ table col.icon {
|
||||||
width: 1ch;
|
width: 1ch;
|
||||||
}
|
}
|
||||||
tr {
|
tr {
|
||||||
border: 0.1rem solid var(--gray);
|
border: 1px solid var(--gray);
|
||||||
height: 2rem;
|
height: 2rem;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue