Skip to content

Commit

Permalink
fix: story item right padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 17, 2022
1 parent 9cee043 commit 0005160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const iconColor = computed(() => props.story.iconColor)
storyId: story.id,
},
}"
class="htw-px-0.5 htw-py-2"
class="htw-pl-0.5 htw-pr-2 htw-py-2"
>
<span class="bind-tree-margin htw-flex htw-items-center htw-gap-2 htw-pl-5 htw-min-w-0">
<Icon
Expand Down

0 comments on commit 0005160

Please sign in to comment.