Skip to content

Commit

Permalink
update subject heading padding
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Sep 3, 2024
1 parent 86b6ab5 commit eef65e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_components/subject-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const SubjectMenu = ({ canUnarchive, isList, subject }: SubjectMenuProps) => {
file={subject.image_uri}
id={subject.id}
/>
<div className="min-w-0 pl-3">
<div className="min-w-0 pl-1">
<div className="truncate">{subject.name}</div>
</div>
<ChevronDownIcon className="w-5 shrink-0" />
Expand Down

0 comments on commit eef65e2

Please sign in to comment.