mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 22:49:12 +00:00
fix assignee alignment issue on task feed card (#21266)
This commit is contained in:
parent
6444c5ac4f
commit
c1fb900ff4
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user