Commit ef820a11 authored by Steven's avatar Steven

chore: fix memo editor padding in daily review

parent 137e64b0
...@@ -127,7 +127,7 @@ const DailyReview = () => { ...@@ -127,7 +127,7 @@ const DailyReview = () => {
))} ))}
{selectedDateStamp === currentDateStamp && ( {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" /> <MemoEditor className="!border" cacheKey="daily-review-editor" />
</div> </div>
)} )}
......
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