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; }