diff --git a/app/constants/tooltip.ts b/app/constants/tooltip.ts index f0f3fbe23..d9ea7333c 100644 --- a/app/constants/tooltip.ts +++ b/app/constants/tooltip.ts @@ -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, }, });