Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action(
- 'admin_print_styles',
- function () {
- ?>
- <style type="text/css" id="customn-gutenberg-style">
- li.wp-block{
- margin-bottom: 0.75em !important;
- line-height: 1.6 !important;
- }
- </style>
- <?php
- },
- 99
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement