client: fix table inner element margin-top

This commit is contained in:
fantasticit 2022-06-01 00:27:13 +08:00
parent 60b033c22e
commit d4b71c8d8e
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@
> * {
margin-bottom: 0;
}
> p {
margin-top: 0;
}
}
th {