From 04426f97b1774c1f8217c9a549727f87ea26b221 Mon Sep 17 00:00:00 2001 From: SandraBergstrom Date: Wed, 28 Jun 2023 10:26:29 +0000 Subject: [PATCH] #23 Add width to editCommentForm --- src/styles/Comment.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/Comment.module.css b/src/styles/Comment.module.css index 6cbc479..7f5b3ed 100644 --- a/src/styles/Comment.module.css +++ b/src/styles/Comment.module.css @@ -1,6 +1,7 @@ .Body { display: flex; flex-direction: column; + width: 90%; } .Owner {