Skip to content

Commit

Permalink
Add whitespace around action buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Apr 3, 2023
1 parent 83ccf03 commit ea689bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shiny/ui/_input_action_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def input_action_button(
label,
id=resolve_id(id),
type="button",
_add_ws=True,
**kwargs,
)

Expand Down

0 comments on commit ea689bf

Please sign in to comment.