1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Mobile: Resolves #9258: Add more space between settings title and description (#9270)

This commit is contained in:
Henry Heino 2023-11-12 07:08:52 -08:00 committed by GitHub
parent ddf716479d
commit 206f35ffe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ const SectionSelector: FunctionComponent<Props> = props => {
</Text>
<Text
style={styles.sidebarButtonDescriptionText}
numberOfLines={2}
numberOfLines={1}
ellipsizeMode='tail'
>
{shortDescription ?? ''}

View File

@ -92,6 +92,7 @@ const configScreenStyles = (themeId: number): ConfigScreenStyles => {
fontSize: theme.fontSizeSmaller,
color: theme.color,
opacity: fadedOpacity,
paddingTop: 3,
};