Skip to content

Commit

Permalink
fix(drawing): fix Add Comment text wrapping in Safari (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCodes authored Jan 20, 2021
1 parent f9fa996 commit 3cdd393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Popups/PopupDrawingToolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}

.ba-PopupDrawingToolbar-comment {
@include ba-PopupDrawingToolbarButton($width: auto);
@include ba-PopupDrawingToolbarButton($width: max-content);
@include common-typography;

padding-right: 18px;
Expand Down

0 comments on commit 3cdd393

Please sign in to comment.