Ticket #58692: 58692.5.diff
File 58692.5.diff, 621 bytes (added by , 22 months ago) |
---|
-
src/wp-admin/css/media.css
899 899 } 900 900 901 901 .imgedit-panel-content { 902 display: grid;903 grid-template-columns: 1fr;902 display: flex; 903 flex-wrap: wrap; 904 904 gap: 20px; 905 margin-bottom: 20px; 905 906 } 906 907 907 @media screen and (min-width: 1200px) {908 .imgedit-panel-content.imgedit-panel-tools {909 grid-template-columns: 50% 50%;910 }911 }912 913 908 .imgedit-settings { 914 909 max-width: 400px; /* Prevent reflow when help info is expanded. */ 915 910 }