mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: overflow style
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@import "./memo-content.less";
|
||||
|
||||
.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 {
|
||||
@apply border-gray-200;
|
||||
|
||||
Reference in New Issue
Block a user