fix alert content width
This commit is contained in:
parent
e8baaf5eb1
commit
8d59e71724
@ -118,7 +118,7 @@ function Message({
|
||||
<div
|
||||
class={css`
|
||||
padding: 8px 0px;
|
||||
width: 90%;
|
||||
width: calc(100% - 48px - 36px);
|
||||
`}
|
||||
>
|
||||
{title && (
|
||||
|
Loading…
Reference in New Issue
Block a user