Skip to content

Commit

Permalink
fix(polls): fix poll button overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinkushwaha17 authored and Calinteodor committed Mar 26, 2024
1 parent 643fc7e commit 9727951
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion react/features/polls/components/native/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ export const chatStyles = createStyleSheet({

pollCreateButton: {
marginHorizontal: BaseTheme.spacing[1],
width: 160
maxWidth: 160,
flex: 1
},

toggleText: {
Expand Down

0 comments on commit 9727951

Please sign in to comment.