Skip to content

Commit

Permalink
fix: add width to popup (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhi111 authored Aug 26, 2024
1 parent 62613fa commit 668708e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion with-storage/popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ function IndexPopup() {
style={{
display: "flex",
flexDirection: "column",
padding: 16
padding: 16,
width: 300,
}}>
<p>Times opened: {openCount}</p>
<input
Expand Down

0 comments on commit 668708e

Please sign in to comment.