fix assignee alignment issue on task feed card (#21266)

This commit is contained in:
Shrushti Polekar 2025-05-19 12:54:20 +05:30 committed by GitHub
parent 6444c5ac4f
commit c1fb900ff4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,7 +206,7 @@ const TaskFeedCard = ({
</Col>
{!showThread ? (
<Col span={24}>
<div className="d-flex items-start p-l-lg gap-2">
<div className="d-flex items-center p-l-lg gap-2">
{postLength > 0 && (
<>
<div className="thread-users-profile-pic">
@ -237,7 +237,6 @@ const TaskFeedCard = ({
<Typography.Text
className={classNames(
'p-t-xss',
postLength > 0
? 'm-l-sm text-sm text-grey-muted'
: 'text-sm text-grey-muted'