Sunday, March 2, 2025
1 change · master
Miscellaneous changes
This commit fixes a display issue in RTL mode where the padding separating fold/unfold icons appears on the wrong side. This occurs because Font Awesome icons are rotated using a transform in RTL, which also affects padding. The fix replaces padding with a gap to ensure correct spacing. Forward-Port-Of: odoo/enterprise#80211
Original PR description
This commit fixes a display issue in RTL mode where the padding separating fold/unfold icons appears on the wrong side. This occurs because Font Awesome icons are rotated using a transform in RTL, which also affects padding. The fix replaces padding with a gap to ensure correct spacing. Forward-Port-Of: odoo/enterprise#80211