Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49254, comment 2


Ignore:
Timestamp:
02/10/2020 06:10:51 PM (5 years ago)
Author:
ianbelanger
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49254, comment 2

    initial v1  
    1 Thanks for the patch @JarretC. While your solution does fix the issue, your patch did not include the RTL styles. After any changes are made to any CSS file, `npm run build` needs to be run in order to regenerate the RTL stylesheet. My new patch dos that and it also includes another RTL change that was missed in a previous patch.
     1Thanks for the patch @JarretC. While your solution does fix the issue, your patch did not include the RTL styles. After any changes are made to any CSS file, `npm run build` needs to be run in order to regenerate the RTL stylesheet. My new patch does that and it also includes another RTL change that was missed in a previous patch.