Remove 'justifyEnd' from content
This commit is contained in:
@ -354,7 +354,6 @@ const Status: React.FC<IStatus> = (props) => {
|
||||
|
||||
<div className='status__content-wrapper'>
|
||||
<Stack
|
||||
justifyContent='end'
|
||||
className={
|
||||
classNames('relative', {
|
||||
'min-h-[220px]': inReview || isSensitive,
|
||||
|
||||
@ -91,7 +91,6 @@ const DetailedStatus: React.FC<IDetailedStatus> = ({
|
||||
<StatusReplyMentions status={actualStatus} />
|
||||
|
||||
<Stack
|
||||
justifyContent='end'
|
||||
className={
|
||||
classNames('relative', {
|
||||
'min-h-[220px]': isUnderReview || isSensitive,
|
||||
|
||||
Reference in New Issue
Block a user