[wp-trac] [WordPress Trac] #48925: overlapping the text on update button

WordPress Trac noreply at wordpress.org
Tue Dec 10 12:21:27 UTC 2019


#48925: overlapping the text on update button
-------------------------------+------------------------------
 Reporter:  kushang78          |       Owner:  (none)
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Administration     |     Version:  5.3
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:  css
-------------------------------+------------------------------
Changes (by SergeyBiryukov):

 * keywords:  not-needed => reporter-feedback
 * component:  General => Administration


Old description:

> * one design issue found may be, the text is overlap upon the update
> button.
>
> * >> WP Admin Dashboard >> Product >> Categories
> * >> then open single product category page
> * >> Go to Bottom of the page, the text is overlap on update button.
>
> * Solution ( may be )
> just remove this css (/* ... */)
> #wpfooter {
>         /*position: absolute;*/
>         /*bottom: 0;*/
>         /*left: 0;*/
>         /*right: 0;*/
>         padding: 10px 20px;
>         color: #555d66;
> }

New description:

 * one design issue found may be, the text is overlap upon the update
 button.

 * >> WP Admin Dashboard >> Product >> Categories
 * >> then open single product category page
 * >> Go to Bottom of the page, the text is overlap on update button.

 * Solution ( may be )
 just remove this css (/* ... */)
 {{{
 #wpfooter {
         /*position: absolute;*/
         /*bottom: 0;*/
         /*left: 0;*/
         /*right: 0;*/
         padding: 10px 20px;
         color: #555d66;
 }
 }}}

--

Comment:

 Hi there, welcome to WordPress Trac! Thanks for the report.

 I could not reproduce the issue on a clean install, the Update and Delete
 buttons on Edit Category screen are displayed without overlapping, as seen
 on [attachment:"48925.PNG"].

 Does the issue still happen with all plugins disabled and a default theme
 (Twenty Twenty) activated?

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


More information about the wp-trac mailing list