mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-18 10:52:16 +03:00
line height fine tuning
This commit is contained in:
parent
b96670400b
commit
15e206ee8d
@ -10,6 +10,7 @@ export default EStyleSheet.create({
|
||||
},
|
||||
textWrapper: {
|
||||
fontSize: 12,
|
||||
lineHeight: 18,
|
||||
paddingTop: isAndroidOreo() ? 6 : 16,
|
||||
paddingBottom: Platform.OS === 'ios' ? 32 : 0, // On android side, textinput has default padding
|
||||
paddingHorizontal: 16,
|
||||
|
@ -54,6 +54,7 @@ export default EStyleSheet.create({
|
||||
summary: {
|
||||
fontSize: 13,
|
||||
color: '$primaryDarkGray',
|
||||
lineHeight: 18,
|
||||
},
|
||||
bodyFooter: {
|
||||
backgroundColor: '$primaryBackgroundColor',
|
||||
|
@ -326,7 +326,7 @@ const PostBody = ({
|
||||
color: ${EStyleSheet.value('$primaryBlack')};
|
||||
font-family: Roboto, sans-serif;
|
||||
max-width: 100%;
|
||||
|
||||
line-height: 140%;
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user