From 2ede159f7a57bd6e9ce89a6ed65e9791697bfc89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Cie=C5=9Blak?= Date: Thu, 9 Nov 2023 11:57:17 +0100 Subject: [PATCH] Fix label wrapping in Connect My Computer status view --- .../ui/ConnectMyComputer/DocumentConnectMyComputer/Status.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/packages/teleterm/src/ui/ConnectMyComputer/DocumentConnectMyComputer/Status.tsx b/web/packages/teleterm/src/ui/ConnectMyComputer/DocumentConnectMyComputer/Status.tsx index b679e4d2b303d..53ec31c55f1ef 100644 --- a/web/packages/teleterm/src/ui/ConnectMyComputer/DocumentConnectMyComputer/Status.tsx +++ b/web/packages/teleterm/src/ui/ConnectMyComputer/DocumentConnectMyComputer/Status.tsx @@ -533,7 +533,7 @@ const StyledIndicator = styled(Indicator).attrs({ delay: 'none' })` display: inline-flex; `; -const LabelsContainer = styled(Flex)` +const LabelsContainer = styled(Flex).attrs({ flexWrap: 'wrap' })` &.entering { animation-duration: 1.8s; animation-name: lineInserted;