Fix scheduled messages tooltip entering an infinite resize loop (#8877) (#8909)

(cherry picked from commit 085e3f3839)

Co-authored-by: Daniel Espino García <larkox@gmail.com>
This commit is contained in:
Mattermost Build 2025-06-04 11:16:10 +03:00 committed by GitHub
parent 72e516e649
commit 187cfc3c83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,8 +6,8 @@ import {StyleSheet} from 'react-native';
export const staticStyles = StyleSheet.create({
tooltipContent: {
borderRadius: 8,
width: 247,
maxWidth: 247,
padding: 16,
height: 160,
maxHeight: 160,
},
});