Skip to content

Commit

Permalink
chore: tweak padding
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 25, 2023
1 parent 1889d66 commit 47fba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tiny-toast/src/tiny-react/dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function Root() {
),
h.div(
{
className: "flex-1 flex flex-col border p-2",
className: "flex-1 flex flex-col border",
},
h.div({
// force "position: absolute" in ToastContainer
Expand Down

0 comments on commit 47fba60

Please sign in to comment.