Fix overflowing text on web and iOS in PostMeta
(#3982)
* `flexShrink` on iOS and web `flexShrink` on iOS and web `flexShrink` on iOS and web actually, `flexShrink` use `flex` * adjust web * `expect-error` `onMouseUp` * ignore ref type check
This commit is contained in:
parent
d49b93dc7e
commit
e02cae2acd
2 changed files with 6 additions and 6 deletions
|
@ -142,6 +142,6 @@ const styles = StyleSheet.create({
|
|||
},
|
||||
maxWidth: {
|
||||
flex: isAndroid ? 1 : undefined,
|
||||
maxWidth: !isAndroid ? '80%' : undefined,
|
||||
flexShrink: isAndroid ? undefined : 1,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue