Skip to content

Commit 3cdd393

Browse files
authored
fix(drawing): fix Add Comment text wrapping in Safari (#673)
1 parent f9fa996 commit 3cdd393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popups/PopupDrawingToolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
}
6767

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

7272
padding-right: 18px;

0 commit comments

Comments
 (0)