Skip to content

Commit

Permalink
changed width to make the button text one line
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhanam76 committed Oct 15, 2024
1 parent 1af3996 commit a6c0c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eq-author/src/components/buttons/UnlinkButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const StyledUnlinkButton = styled(Button).attrs({
fill: ${colors.blue};
}
width: 11em;
width: 14em;
height: 2.5em;
align-items: center;
margin: 0 0 0 auto;
Expand Down

0 comments on commit a6c0c41

Please sign in to comment.