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'>
|
<div className='status__content-wrapper'>
|
||||||
<Stack
|
<Stack
|
||||||
justifyContent='end'
|
|
||||||
className={
|
className={
|
||||||
classNames('relative', {
|
classNames('relative', {
|
||||||
'min-h-[220px]': inReview || isSensitive,
|
'min-h-[220px]': inReview || isSensitive,
|
||||||
|
|
|
@ -91,7 +91,6 @@ const DetailedStatus: React.FC<IDetailedStatus> = ({
|
||||||
<StatusReplyMentions status={actualStatus} />
|
<StatusReplyMentions status={actualStatus} />
|
||||||
|
|
||||||
<Stack
|
<Stack
|
||||||
justifyContent='end'
|
|
||||||
className={
|
className={
|
||||||
classNames('relative', {
|
classNames('relative', {
|
||||||
'min-h-[220px]': isUnderReview || isSensitive,
|
'min-h-[220px]': isUnderReview || isSensitive,
|
||||||
|
|
Loading…
Reference in a new issue