Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #48970, comment 5


Ignore:
Timestamp:
12/16/2019 01:35:47 PM (5 years ago)
Author:
mukesh27
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48970, comment 5

    initial v1  
    1 @audrasjb Replicated the same issue on Firefox browser in Linux.
     1@audrasjb Replicated the same issue on the Firefox browser in Linux.
     2
     3@shital-patel If we remove below CSS than it will create some other text rendering issues.
     4
     5{{{
     6*, *::before, *::after {
     7    box-sizing: inherit;
     8    -webkit-font-smoothing: antialiased;
     9    word-break: break-word;
     10    word-wrap: break-word;
     11}
     12}}}