Ticket #58692: 58692.6.diff
File 58692.6.diff, 758 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 } … … 1129 1124 display: flex; 1130 1125 column-gap: 4px; 1131 1126 align-items: start; 1127 flex-wrap: wrap; 1132 1128 } 1133 1129 1134 1130 .imgedit-popup-menu {