fix alert content width

This commit is contained in:
Sebastian 2023-01-10 09:26:37 -03:00
parent e8baaf5eb1
commit 8d59e71724
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -118,7 +118,7 @@ function Message({
<div
class={css`
padding: 8px 0px;
width: 90%;
width: calc(100% - 48px - 36px);
`}
>
{title && (