From 7286ecaf352a9e7adde94ed84eee445c034d3c73 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Fri, 6 Jun 2025 13:54:01 +0200 Subject: [PATCH] fix: Align text to center in content error message --- client/src/components/attachments/Attachments/Item.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/attachments/Attachments/Item.module.scss b/client/src/components/attachments/Attachments/Item.module.scss index 8c342d2a..b1eddf10 100644 --- a/client/src/components/attachments/Attachments/Item.module.scss +++ b/client/src/components/attachments/Attachments/Item.module.scss @@ -23,6 +23,7 @@ font-size: 20px; font-weight: bold; height: 20px; + text-align: center; width: 470px; } }