chore: fix memo editor padding in daily review

pull/2489/head
Steven 2 years ago
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…
Cancel
Save