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
|
||||
flexDirection={
|
||||
statusLineRight && !hideFooterContent ? "column" : undefined
|
||||
}
|
||||
alignItems={
|
||||
statusLineRight && !hideFooterContent ? "flex-end" : undefined
|
||||
}
|
||||
flexDirection="column"
|
||||
alignItems="flex-end"
|
||||
width={
|
||||
statusLineRight && !hideFooterContent
|
||||
? undefined
|
||||
|
||||
Reference in New Issue
Block a user