Skip to content

Commit

Permalink
minWidth change button i renderAttachments
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofSvahnVbg committed Apr 28, 2023
1 parent e361d6e commit db05b38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ class PrintWindow extends React.PureComponent {
<Button
href={pdfLink.link}
target="_blank"
sx={{ height: "28px", padding: "10px" }}
sx={{ height: "28px", padding: "10px", minWidth: "auto" }}
color={linkColor}
variant="contained"
startIcon={linkIcon}
Expand Down

0 comments on commit db05b38

Please sign in to comment.