mirror of
https://github.com/danbulant/Mangades
synced 2026-06-20 23:01:28 +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 {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
width: calc(100% - 2px);
|
||||
}
|
||||
|
||||
.state {
|
||||
|
|
|
|||
Loading…
Reference in a new issue