Changes between Initial Version and Version 1 of Ticket #58428, comment 1
- Timestamp:
- 05/30/2023 02:55:33 PM (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58428, comment 1
initial v1 1 1 This issue is coming from npm package `@wordpress` 2 2 3 It can be fixed by adding the below css in npm package `@wordpress`->edit-site->build-style->style.css in ine number 2177.3 It can be fixed by adding the below css in npm package `@wordpress`->edit-site->build-style->style.css in line number 2177. 4 4 5 5 (Line number is 2177 is not strict to follow but for convention) 6 6 7 {{{ 7 8 @media (max-width: 599px) { 8 9 .edit-site-layout__sidebar > div:nth-child(2) { … … 10 11 } 11 12 } 13 }}}