Skip to content

Commit

Permalink
Chore: memo viewer에 w-full 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dongree committed Aug 30, 2023
1 parent 5fb798b commit 7d089ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/memo/MemoViewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function MemoViewer({
}: Props) {
return (
<section
className={`flex flex-col sm:rounded-lg sm:shadow-lg px-4 min-h-screen sm:min-h-[calc(100vh-120px)] pb-8 ${
className={`flex flex-col sm:rounded-lg sm:shadow-lg px-4 min-h-screen sm:min-h-[calc(100vh-120px)] w-full pb-8 ${
{
yellow: 'bg-memo-yellow',
green: 'bg-memo-green',
Expand Down

0 comments on commit 7d089ba

Please sign in to comment.