Skip to content

Commit

Permalink
bugfix(TabBar): Wrap text when is too long in TabBar Transfer (#1265)
Browse files Browse the repository at this point in the history
bugfix(TabBar): Wrap text when is too long in TabBar Tansfer
  • Loading branch information
mcayuelas-ledger committed Sep 13, 2022
1 parent d9f9ba5 commit e11d177
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-oranges-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"live-mobile": patch
---

Wrap text when is too long in TabBar Tansfer
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ export default function TransferButton({
alignItems="flex-start"
ml="16px"
py="1px"
flexShrink={1}
flexWrap="wrap"
>
<Flex flexDirection="row">
<Text variant="large" fontWeight="semiBold">
Expand Down

0 comments on commit e11d177

Please sign in to comment.