Skip to content

Commit

Permalink
fix: Popup width is too narrow
Browse files Browse the repository at this point in the history
  • Loading branch information
wxharry committed Oct 19, 2023
1 parent 2de5852 commit 86a3357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Popup/Popup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Popup() {
};
return (
<div>
<Space direction="vertical" style={{ width: '100%' }}>
<Space direction="vertical" style={{ width: '100px' }}>
<Button
type="text"
block
Expand Down

0 comments on commit 86a3357

Please sign in to comment.