mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
button remove default margin
This commit is contained in:
@ -82,6 +82,7 @@ const DocumentsDetailPage: NextPageWithLayout = (props: any) => {
|
||||
<Button
|
||||
icon={PaperAirplaneIcon}
|
||||
disabled={(props?.document?.Recipient?.length || 0) === 0}
|
||||
className="ml-3"
|
||||
onClick={() => {
|
||||
if (
|
||||
confirm(
|
||||
|
||||
Reference in New Issue
Block a user