From a34220156d70a30fcf7f0ad22b855878072b26b8 Mon Sep 17 00:00:00 2001 From: nagibator228 Date: Thu, 3 Nov 2022 07:31:33 -0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'src/app/send-post/send-post.component?= =?UTF-8?q?.css'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/send-post/send-post.component.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/send-post/send-post.component.css b/src/app/send-post/send-post.component.css index 71e0603..61c0484 100644 --- a/src/app/send-post/send-post.component.css +++ b/src/app/send-post/send-post.component.css @@ -4,7 +4,9 @@ border-style: solid; background-color: #F0D0B6; border-radius: 5px; - width: 500px; + width: 600px; word-break: break-word; word-wrap: break-word; + margin-left: auto; + margin-right: auto; }