1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

fix: update content

This commit is contained in:
divlo
2021-05-08 21:09:03 +02:00
parent c62e66a86a
commit cd20e25082
6 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@ export const ShadowContainer: React.FC<ShadowContainerProps> = (props) => {
<>
<div
className={classNames(
'shadow-container flex flex-col h-full max-w-full break-words',
'shadow-container h-full max-w-full break-words',
className
)}
{...rest}