mirror of https://github.com/fantasticit/think.git
tiptap: fix style in table
parent
43ed50b137
commit
4384eb1eb5
|
@ -73,12 +73,10 @@
|
||||||
border: 1px solid rgb(232 235 237);
|
border: 1px solid rgb(232 235 237);
|
||||||
border-color: var(--semi-color-fill-2);
|
border-color: var(--semi-color-fill-2);
|
||||||
|
|
||||||
> * {
|
:not(a) {
|
||||||
margin-bottom: 0;
|
&:first-of-type {
|
||||||
}
|
margin-top: 0;
|
||||||
|
}
|
||||||
> p {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue