mirror of
https://github.com/danbulant/Mangades
synced 2026-07-08 04:20:52 +00:00
fix table border not shown
This commit is contained in:
parent
57dd92dc56
commit
9265233b6b
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
width: 100%;
|
width: calc(100% - 2px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.state {
|
.state {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue