Ticket #64088: 64088.diff
| File 64088.diff, 624 bytes (added by , 2 months ago) |
|---|
-
src/wp-admin/css/edit.css
1420 1420 width: 180px; 1421 1421 } 1422 1422 1423 :where(.columns-2 #postbox-container-1) .tagsdiv .ajaxtag { 1424 display: flex; 1425 } 1426 1427 :where(.columns-2 #postbox-container-1) .ajaxtag .newtag { 1428 width: auto; 1429 flex: 1; 1430 } 1431 1423 1432 .tagsdiv .the-tags { 1424 1433 display: block; 1425 1434 height: 60px; … … 1909 1918 } 1910 1919 1911 1920 /* Tags Metabox */ 1921 .tagsdiv .ajaxtag { 1922 display: block; 1923 } 1924 1912 1925 .tagsdiv .newtag { 1913 1926 width: 100%; 1914 1927 height: auto;