fix: always right-align status bar footer content [LET-7888] (#1312)

This commit is contained in:
Devansh Jain
2026-03-09 16:56:50 -07:00
committed by GitHub
parent 89d6ed2c87
commit c55a1fbd22

View File

@@ -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