Fix line breaks on side bar links (#815)

This commit is contained in:
Michi Hoffmann 2023-06-01 17:51:42 +02:00 committed by GitHub
parent 88212eb065
commit 792d7e1a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ const styles = StyleSheet.create({
position: 'absolute', position: 'absolute',
top: 20, top: 20,
left: 'calc(50vw + 330px)', left: 'calc(50vw + 330px)',
width: 300, width: 304,
}, },
message: { message: {