Commit f5629c82 authored by Steven's avatar Steven

fix: overflow style

parent 2f58032a
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
@import "./memo-content.less"; @import "./memo-content.less";
.memo-wrapper { .memo-wrapper {
@apply flex flex-col justify-start items-start w-full shrink overflow-x-hidden p-4 pt-3 mt-2 bg-white rounded-lg border border-white hover:border-gray-200; @apply flex flex-col justify-start items-start w-full p-4 pt-3 mt-2 bg-white rounded-lg border border-white hover:border-gray-200;
&.archived-memo { &.archived-memo {
@apply border-gray-200; @apply border-gray-200;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment