fix: always right-align status bar footer content [LET-7888] (#1312)
This commit is contained in:
@@ -412,12 +412,8 @@ const InputFooter = memo(function InputFooter({
|
|||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
<Box
|
<Box
|
||||||
flexDirection={
|
flexDirection="column"
|
||||||
statusLineRight && !hideFooterContent ? "column" : undefined
|
alignItems="flex-end"
|
||||||
}
|
|
||||||
alignItems={
|
|
||||||
statusLineRight && !hideFooterContent ? "flex-end" : undefined
|
|
||||||
}
|
|
||||||
width={
|
width={
|
||||||
statusLineRight && !hideFooterContent
|
statusLineRight && !hideFooterContent
|
||||||
? undefined
|
? undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user