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