[wp-trac] [WordPress Trac] #49826: The top toolbar overlaps the title on posts

WordPress Trac noreply at wordpress.org
Mon Apr 6 07:38:27 UTC 2020


#49826: The top toolbar overlaps the title on posts
-----------------------------+------------------------------
 Reporter:  Ipstenu          |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Editor           |     Version:  5.4
 Severity:  normal           |  Resolution:
 Keywords:  has-screenshots  |     Focuses:  css
-----------------------------+------------------------------
Changes (by mukesh27):

 * focuses:   => css


Comment:

 @Ipstenu below CSS fixed the issue for me.


 {{{
 @media screen and (min-width: 782px) {
    .edit-post-visual-editor .editor-post-title__block { margin-top: 32px;
 }
 }
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/49826#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list