fix table border not shown

This commit is contained in:
Daniel Bulant 2022-05-21 09:53:11 +02:00
parent 57dd92dc56
commit 9265233b6b

View file

@ -514,7 +514,7 @@
}
table {
border-collapse: collapse;
width: 100%;
width: calc(100% - 2px);
}
.state {