Skip to content

Commit

Permalink
fix: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Jul 10, 2024
1 parent d34fdf4 commit c4d9e56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ exports[`<BottomSheet /> should compose with DropdownButton 1`] = `
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow-wrap: break-word;
word-break: break-all;
}
.c26.c26.c26.c26.c26 {
Expand All @@ -281,6 +282,7 @@ exports[`<BottomSheet /> should compose with DropdownButton 1`] = `
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow-wrap: break-word;
word-break: break-all;
}
.c7.c7.c7.c7.c7 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ exports[`<BottomSheet /> & <Dropdown /> with <AutoComplete /> should render Bott
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow-wrap: break-word;
word-break: break-all;
}
.c60.c60.c60.c60.c60 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ exports[`Menu renders a Menu 1`] = `
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow-wrap: break-word;
word-break: break-all;
}
.c27.c27.c27.c27.c27 {
Expand Down Expand Up @@ -433,6 +434,7 @@ exports[`Menu renders a Menu 1`] = `
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow-wrap: break-word;
word-break: break-all;
}
.c6.c6.c6.c6.c6:focus-visible {
Expand Down

0 comments on commit c4d9e56

Please sign in to comment.