fix(dev): Break long titles
This commit is contained in:
parent
b384c044ea
commit
1cce53ea4d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ const DefaultLayout = ({ app, title = false, crumbs = false, children = [] }) =>
|
|||
{title && (
|
||||
<div className="xl:pl-4">
|
||||
<Breadcrumbs title={title} crumbs={breadcrumbs} />
|
||||
<h1>{title}</h1>
|
||||
<h1 className="break-words">{title}</h1>
|
||||
</div>
|
||||
)}
|
||||
{children}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue