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
flexDirection={
statusLineRight && !hideFooterContent ? "column" : undefined
}
alignItems={
statusLineRight && !hideFooterContent ? "flex-end" : undefined
}
flexDirection="column"
alignItems="flex-end"
width={
statusLineRight && !hideFooterContent
? undefined