|
@@ -349,6 +349,7 @@ const NewsDetailPage = props => {
|
|
|
style={{
|
|
|
backgroundColor: colors().dominant,
|
|
|
minHeight: verticalScale(64),
|
|
|
+ maxHeight: 'auto',
|
|
|
flex: 1,
|
|
|
paddingVertical: verticalScale(8)
|
|
|
|
|
@@ -357,8 +358,6 @@ const NewsDetailPage = props => {
|
|
|
color: colors().recessive,
|
|
|
fontFamily: fonts.type.regular,
|
|
|
fontSize: moderateScale(16),
|
|
|
-
|
|
|
-
|
|
|
}}
|
|
|
outlineStyle={{
|
|
|
borderRadius: moderateScale(16),
|