From 61a141ae69dd48a1de09fcfe5018b4de96f764b0 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Tue, 3 Jan 2023 15:27:55 +0200 Subject: [PATCH] fix: revert em-emoji-picker style removal (#739) --- styles/global.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/global.css b/styles/global.css index 1ed23fa0..b88e47ee 100644 --- a/styles/global.css +++ b/styles/global.css @@ -96,6 +96,11 @@ body { transform: scale(1.2); } +em-emoji-picker { + --border-radius: 0; + width: 352px; +} + .content-rich { overflow-wrap: break-word;