Thursday, May 15, 2025
1 change · saas-17.2
Miscellaneous changes
Description: This PR adjusts the alignment of the `TOTAL` and `CHANGE` labels on the POS receipts by modifying the CSS. Specifically, it changes the `padding-left: 6em` rule to `text-align: start`. The reason for this update is to ensure that the labels are consistently aligned at the start, improving readability and layout in different screen sizes and environments. Previous behavior: The `TOTAL` and `CHANGE` labels used excessive left padding (`padding-left: 6em`), which caused misalignme
Original PR description
Description: This PR adjusts the alignment of the `TOTAL` and `CHANGE` labels on the POS receipts by modifying the CSS. Specifically, it changes the `padding-left: 6em` rule to `text-align: start`.…
Description: This PR adjusts the alignment of the `TOTAL` and `CHANGE` labels on the POS receipts by modifying the CSS. Specifically, it changes the `padding-left: 6em` rule to `text-align: start`. The reason for this update is to ensure that the labels are consistently aligned at the start, improving readability and layout in different screen sizes and environments. Previous behavior: The `TOTAL` and `CHANGE` labels used excessive left padding (`padding-left: 6em`), which caused misalignment in some cases.  New behavior: The labels are now aligned to the start using `text-align: start`, resulting in a cleaner and more consistent layout.  This change enhances the overall appearance of the POS receipts and maintains consistency across different locales and layouts. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#185014