fix: grid style

This commit is contained in:
email
2022-04-15 00:34:37 +08:00
parent fc12e0e3fb
commit 225c4a8dfb
7 changed files with 14 additions and 11 deletions

View File

@ -3,7 +3,7 @@
.memo-wrapper {
.flex(column, flex-start, flex-start);
@apply w-full p-4 px-6 mt-4 first:mt-2 bg-white rounded-lg border border-transparent hover:border-gray-200;
@apply w-full max-w-full p-4 px-6 mt-4 first:mt-2 bg-white rounded-lg border border-transparent hover:border-gray-200;
&.deleted-memo {
@apply border-gray-200;