mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: text renderer last child margin bottom (#7309)
This commit is contained in:
@@ -102,7 +102,7 @@ export class AIAnswerText extends WithDisposable(LitElement) {
|
||||
}
|
||||
> :last-child,
|
||||
> :last-child * {
|
||||
margin-top: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user