Skip to content

Commit

Permalink
Merge pull request #8878 from thesahindia/thesahindia/archived-room-b…
Browse files Browse the repository at this point in the history
…anner

fix footer message overflow
  • Loading branch information
deetergp authored May 31, 2022
2 parents bed9d6e + 7488136 commit 29f07d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const Banner = props => (
styles.p5,
styles.borderRadiusNormal,
isHovered ? styles.activeComponentBG : styles.hoveredComponentBG,
styles.breakAll,
]}
>
<View style={[styles.mr3]}>
Expand Down

0 comments on commit 29f07d2

Please sign in to comment.