diff options
Diffstat (limited to 'src/view/shell/desktop/RightNav.tsx')
-rw-r--r-- | src/view/shell/desktop/RightNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index c126935d2..8d9961a5f 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -52,7 +52,7 @@ export function DesktopRightNav() { </Text> </View> ) : undefined} - <View style={[s.flexRow]}> + <View style={[{flexWrap: 'wrap'}, s.flexRow]}> {hasSession && ( <> <TextLink |