chore: fix memo editor padding in daily review

This commit is contained in:
Steven 2023-11-05 21:42:02 +08:00
parent 137e64b0dd
commit ef820a1138

View File

@ -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>
)}