From a8616303072d49f80c1c2e2e10de209c04c4cb5b Mon Sep 17 00:00:00 2001 From: Nuary Pradipta Date: Tue, 4 Oct 2022 17:24:07 +0700 Subject: [PATCH] Fix send message button css --- src/components/Profile/Header/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Profile/Header/index.module.css b/src/components/Profile/Header/index.module.css index 62fcf2c94..60680de22 100644 --- a/src/components/Profile/Header/index.module.css +++ b/src/components/Profile/Header/index.module.css @@ -55,6 +55,6 @@ .buttonWrap { display: flex; - justify-content: end; + justify-content: flex-end; padding: calc(var(--spacer) / 4) 0; }