From a6820162fb064b2f1e95f41bcdb57d9b3dd4507a Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Sat, 7 Jun 2025 18:03:36 +0200 Subject: [PATCH] fix: Fix mentions input styles --- client/src/components/comments/Comments/Add.module.scss | 7 +++---- client/src/components/comments/Comments/Edit.module.scss | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/client/src/components/comments/Comments/Add.module.scss b/client/src/components/comments/Comments/Add.module.scss index 36521cb7..054f442f 100644 --- a/client/src/components/comments/Comments/Add.module.scss +++ b/client/src/components/comments/Comments/Add.module.scss @@ -16,17 +16,16 @@ } .field { - background: #fff; - margin-bottom: 8px !important; - textarea { + background: #fff !important; border: 1px solid rgba(9, 30, 66, 0.13); border-radius: 3px; box-sizing: border-box; color: #333; display: block; - line-height: 1.4; font-size: 14px; + line-height: 1.4; + margin: 0 !important; overflow: hidden; padding: 8px 12px; resize: none; diff --git a/client/src/components/comments/Comments/Edit.module.scss b/client/src/components/comments/Comments/Edit.module.scss index 19ec27a4..9b5ac14b 100644 --- a/client/src/components/comments/Comments/Edit.module.scss +++ b/client/src/components/comments/Comments/Edit.module.scss @@ -10,16 +10,16 @@ } .field { - background: #fff; - textarea { + background: #fff !important; border: 1px solid rgba(9, 30, 66, 0.13); border-radius: 3px; box-sizing: border-box; color: #333; display: block; - line-height: 1.4; font-size: 14px; + line-height: 1.4; + margin: 0 !important; overflow: hidden; padding: 8px 12px; resize: none;