mirror of
https://github.com/usememos/memos.git
synced 2025-02-21 05:40:57 +01:00
chore: fix memo editor padding in daily review
This commit is contained in:
parent
137e64b0dd
commit
ef820a1138
@ -127,7 +127,7 @@ const DailyReview = () => {
|
||||
))}
|
||||
|
||||
{selectedDateStamp === currentDateStamp && (
|
||||
<div className="w-full pl-0 sm:pl-10 sm:mt-4">
|
||||
<div className="w-full pl-0 sm:pl-12 sm:mt-4">
|
||||
<MemoEditor className="!border" cacheKey="daily-review-editor" />
|
||||
</div>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user