Ticket #56748: 56748.RTL-fix-only.patch
| File 56748.RTL-fix-only.patch, 661 bytes (added by , 3 years ago) |
|---|
-
src/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image/_style.scss
11 11 } 12 12 13 13 .alignright { 14 15 /*rtl:ignore*/ 14 16 margin-left: var(--global--spacing-horizontal); 17 18 /*rtl:ignore*/ 19 margin-right: 0; 15 20 } 16 21 17 22 .alignleft { 23 24 /*rtl:ignore*/ 18 25 margin-right: var(--global--spacing-horizontal); 26 27 /*rtl:ignore*/ 28 margin-left: 0; 19 29 } 20 30 21 31 a:focus img {