fix: text renderer last child margin bottom (#7309)

This commit is contained in:
donteatfriedrice
2024-06-24 09:57:16 +00:00
parent e92eb339e4
commit 0918730274

View File

@@ -102,7 +102,7 @@ export class AIAnswerText extends WithDisposable(LitElement) {
}
> :last-child,
> :last-child * {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
}
}