From adfb90eb59bf104c3d5583c87f0638ced4eb3507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Espino=20Garc=C3=ADa?= Date: Fri, 24 Jun 2022 12:14:29 +0200 Subject: [PATCH] Make FloatingTextInputLabels no longer than one line (#6411) --- app/components/floating_text_input_label/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/floating_text_input_label/index.tsx b/app/components/floating_text_input_label/index.tsx index 7a788f5f32..b2330ef708 100644 --- a/app/components/floating_text_input_label/index.tsx +++ b/app/components/floating_text_input_label/index.tsx @@ -43,6 +43,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({ fontFamily: 'OpenSans', fontSize: 16, zIndex: 10, + maxWidth: 315, }, smallLabel: { fontSize: 10, @@ -242,6 +243,7 @@ const FloatingTextInput = forwardRef {label}