mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
This commit is contained in:
parent
ddf716479d
commit
206f35ffe5
@ -53,7 +53,7 @@ const SectionSelector: FunctionComponent<Props> = props => {
|
||||
</Text>
|
||||
<Text
|
||||
style={styles.sidebarButtonDescriptionText}
|
||||
numberOfLines={2}
|
||||
numberOfLines={1}
|
||||
ellipsizeMode='tail'
|
||||
>
|
||||
{shortDescription ?? ''}
|
||||
|
@ -92,6 +92,7 @@ const configScreenStyles = (themeId: number): ConfigScreenStyles => {
|
||||
fontSize: theme.fontSizeSmaller,
|
||||
color: theme.color,
|
||||
opacity: fadedOpacity,
|
||||
paddingTop: 3,
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user