Skip to content

Commit a089f98

Browse files
authored
remove minHeight on android (ShaMan123#94)
MathView container styling between Android and iOS is inconsistent ShaMan123#93
1 parent 9a8794b commit a089f98

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/common.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ export const getPreserveAspectRatio = (alignment: string, scale: string) => `${a
6161
export const styles = StyleSheet.create({
6262
container: {
6363
//flexDirection: 'row',
64-
display: 'flex',
65-
minHeight: 35
64+
display: 'flex'
6665
},
6766
contain: {
6867
maxWidth: '100%',

0 commit comments

Comments
 (0)