From 323e14270543bd058f6562abc383263172b62c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 28 Oct 2025 12:53:40 +0100 Subject: [PATCH] pl-fe: styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/styles/new/statuses.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/pl-fe/src/styles/new/statuses.scss b/packages/pl-fe/src/styles/new/statuses.scss index b9101b897..2fbf902c1 100644 --- a/packages/pl-fe/src/styles/new/statuses.scss +++ b/packages/pl-fe/src/styles/new/statuses.scss @@ -88,9 +88,14 @@ } } -.thread__status, [column-type='filled'] { +.thread__status { .⁂-status__wrapper { padding: 0; + } +} + +.thread__status, [column-type='filled'] { + .⁂-status__wrapper { box-shadow: none; } }