From fa015f520c9ae7b41a6f73e2ad4ecd9db117fc4e Mon Sep 17 00:00:00 2001 From: Felipe <84182706+felipe-rod123@users.noreply.github.com> Date: Fri, 16 Jun 2023 10:42:35 -0300 Subject: [PATCH] fix: Custom Translation setting does not wrap text correctly (#29459) Co-authored-by: Hugo Costa <20212776+hugocostadev@users.noreply.github.com> --- .changeset/custom-translations-text-wrap.md | 5 +++++ apps/meteor/client/views/admin/settings/MemoizedSetting.tsx | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/custom-translations-text-wrap.md diff --git a/.changeset/custom-translations-text-wrap.md b/.changeset/custom-translations-text-wrap.md new file mode 100644 index 00000000000..2e7272690ea --- /dev/null +++ b/.changeset/custom-translations-text-wrap.md @@ -0,0 +1,5 @@ +--- +"@rocket.chat/meteor": patch +--- + +🛠️ Fixed settings of code input type not wrapping text correctly diff --git a/apps/meteor/client/views/admin/settings/MemoizedSetting.tsx b/apps/meteor/client/views/admin/settings/MemoizedSetting.tsx index a4a7709d10f..d9889472ea5 100644 --- a/apps/meteor/client/views/admin/settings/MemoizedSetting.tsx +++ b/apps/meteor/client/views/admin/settings/MemoizedSetting.tsx @@ -85,7 +85,7 @@ const MemoizedSetting = ({ return ( - +