Skip to content

Commit

Permalink
Add line height to the media header. (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat authored Sep 14, 2023
1 parent 7526931 commit 96b11e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{@const markdown = $settings.data?.ui?.markdown_paths?.find(p => pathIsEqual(p, path)) != null}
<div class="flex">
<div class="relative flex w-44 flex-none font-mono font-medium text-neutral-500">
<div class="sticky top-0 self-start truncate p-4">
<div class="sticky top-0 self-start truncate p-4 leading-5">
{displayPath(path)}
</div>
</div>
Expand Down

0 comments on commit 96b11e9

Please sign in to comment.