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;