Changes between Initial Version and Version 1 of Ticket #43573, comment 15
- Timestamp:
- 10/13/2018 05:44:56 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43573, comment 15
initial v1 9 9 in Orlando. Apparently, this leads to a design issue, as seen in [https://core.trac.wordpress.org/attachment/ticket/43573/Annotation%20on%202018-9-0%20(1).png: Annotation on 2018-9-0) (1).png]. Applying patch [https://core.trac.wordpress.org/attachment/ticket/43573/43573-1.diff: 43573-1.diff] instead of patch [https://core.trac.wordpress.org/attachment/ticket/43573/43573-2.diff: 43573-2.diff] should solved this issue, as seen in [https://core.trac.wordpress.org/attachment/ticket/43573/Annotation%20on%202018-9-0%20(2).png: Annotation on 2018-9-0) (2).png]. 10 10 11 To provide more context, while the latter statement `@media screen and ( min-width: 2300px ) ` technically overwrites the earlier statement `@media screen and ( min-width: 1600px ) {` the statement `.plugin-card:nth-child(3n+1) { ...}` and `.plugin-card:nth-child(3n) { .. }` won't be overwritten by the later statement. Alternativelly, you can apply [https://core.trac.wordpress.org/attachment/ticket/43573/43573-3.diff: 43573-3.diff], which I just created to overwrite the earlier definition in the later statement. 12 11 13 Also, please also feel free to delete the attachment [https://core.trac.wordpress.org/attachment/ticket/43573/Annotation%20on%202018-9-0.png: Annotation on 2018-9-0.png], as I've I’ve uploaded it twice by accident.