Changeset 47587
- Timestamp:
- 04/16/2020 02:54:37 PM (5 years ago)
- Location:
- trunk/src/wp-content/themes/twentynineteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/style-editor.css
r47537 r47587 599 599 600 600 .wp-block .wp-block { 601 width: 100%;601 width: initial; 602 602 } 603 603 -
trunk/src/wp-content/themes/twentynineteen/style-editor.scss
r47327 r47587 63 63 // Only the top level blocks need specific widths, therefore override for every nested block. 64 64 .wp-block { 65 width: 100%;65 width: initial; 66 66 } 67 67 }
Note: See TracChangeset
for help on using the changeset viewer.