Remove 'justifyEnd' from content
This commit is contained in:
parent
22d983c0c7
commit
a64df40bbb
2 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue