fix: ContentBlockDisplay styling for block titles (#4550)
This commit is contained in:
parent
01431ee369
commit
e2bdaf5fa7
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ export function ContentBlockDisplay({
|
|||
}}
|
||||
exit={{ opacity: 0, height: 0, marginBottom: 0 }}
|
||||
transition={{ duration: 0.2 }}
|
||||
className="overflow-hidden font-medium"
|
||||
className="overflow-hidden pl-4 pt-[16px] font-medium"
|
||||
>
|
||||
<Markdown
|
||||
className="text-[14px] font-semibold text-foreground"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue