chore(shared): Updated print view for visual consistency
This commit is contained in:
parent
00513958d0
commit
19aa5f3e12
16 changed files with 348 additions and 182 deletions
|
@ -69,7 +69,7 @@ export const DraftMenu = ({
|
|||
<span>{t(`${section.ns}:${section.name}.t`)}</span>
|
||||
{section.icon}
|
||||
</h5>
|
||||
<p>{t(`${section.ns}:${section.name}.d`)}</p>
|
||||
<p className="text-left">{t(`${section.ns}:${section.name}.d`)}</p>
|
||||
</>,
|
||||
section.menu,
|
||||
])}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue