Changeset 57160
- Timestamp:
- 12/05/2023 05:11:26 PM (15 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-admin/css/about.css
r57025 r57160 535 535 display: flex; 536 536 flex-direction: column; 537 align-items: start;538 justify-content: end;537 align-items: flex-start; 538 justify-content: flex-end; 539 539 box-sizing: border-box; 540 540 padding: var(--gap) 0; … … 1127 1127 1128 1128 .about-wrap .is-vertically-aligned-top { 1129 align-self: start;1129 align-self: flex-start; 1130 1130 } 1131 1131
Note: See TracChangeset
for help on using the changeset viewer.