Ticket #52816: 52816.diff
| File 52816.diff, 508 bytes (added by , 5 years ago) |
|---|
-
src/wp-content/themes/twentyseventeen/assets/css/editor-style.css
diff --git a/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css b/src/wp-content/themes/twentyseventeen/assets/css/editor-style.css index 00a412d4f6..749af42c10 100644
a b Description: Used to style the TinyMCE editor. 24 24 body { 25 25 background-color: #fff; 26 26 color: #333; 27 margin: 20px 40px;27 margin: auto 20px; 28 28 max-width: 580px; 29 29 } 30 30