fix: Custom Translation setting does not wrap text correctly (#29459)

Co-authored-by: Hugo Costa <20212776+hugocostadev@users.noreply.github.com>
pull/29528/head^2
Felipe 3 years ago committed by GitHub
parent ae39f91085
commit fa015f520c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/custom-translations-text-wrap.md
  2. 2
      apps/meteor/client/views/admin/settings/MemoizedSetting.tsx

@ -0,0 +1,5 @@
---
"@rocket.chat/meteor": patch
---
🛠 Fixed settings of code input type not wrapping text correctly

@ -85,7 +85,7 @@ const MemoizedSetting = ({
return (
<Field className={className} flexDirection='row' justifyContent='space-between' alignItems='flex-start'>
<Box flexDirection='column' flexGrow={1}>
<Box flexDirection='column' flexGrow={1} wordBreak='break-word' w='full'>
<InputComponent
value={value}
hint={hint}

Loading…
Cancel
Save