tiptap: fix style in table

This commit is contained in:
fantasticit 2022-08-23 11:00:05 +08:00
parent 43ed50b137
commit 4384eb1eb5
1 changed files with 4 additions and 6 deletions

View File

@ -73,14 +73,12 @@
border: 1px solid rgb(232 235 237);
border-color: var(--semi-color-fill-2);
> * {
margin-bottom: 0;
}
> p {
:not(a) {
&:first-of-type {
margin-top: 0;
}
}
}
th {
font-weight: bold;