Skip to content

Commit 187cfc3

Browse files
Fix scheduled messages tooltip entering an infinite resize loop (#8877) (#8909)
(cherry picked from commit 085e3f3) Co-authored-by: Daniel Espino García <[email protected]>
1 parent 72e516e commit 187cfc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/constants/tooltip.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {StyleSheet} from 'react-native';
66
export const staticStyles = StyleSheet.create({
77
tooltipContent: {
88
borderRadius: 8,
9-
width: 247,
9+
maxWidth: 247,
1010
padding: 16,
11-
height: 160,
11+
maxHeight: 160,
1212
},
1313
});

0 commit comments

Comments
 (0)