Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58428, comment 1


Ignore:
Timestamp:
05/30/2023 02:55:33 PM (17 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58428, comment 1

    initial v1  
    11This issue is coming from npm package `@wordpress`
    22
    3 It can be fixed by adding the below css in npm package `@wordpress`->edit-site->build-style->style.css in ine number 2177.
     3It can be fixed by adding the below css in npm package `@wordpress`->edit-site->build-style->style.css in line number 2177.
    44
    55(Line number is 2177 is not strict to follow but for convention)
    66
     7{{{
    78@media (max-width: 599px) {
    89        .edit-site-layout__sidebar > div:nth-child(2) {
     
    1011        }
    1112}
     13}}}