mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-08 14:29:15 +08:00
fix: Adjust paragraph margin when followed by list
This commit is contained in:
parent
4821756301
commit
bc77c423b3
@ -64,6 +64,10 @@
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&:has(+ ul) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user