Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#33700 closed defect (bug) (duplicate)

CSS breaking in wp-admin on comment reply, on mobile

Reported by: mocnidabar's profile mocnidabar Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.3
Component: Comments Keywords:
Focuses: Cc:

Description

Hi,

Just want to report CSS bug on WP 4.3. In wp-admin, when trying to reply on comment on mobile (responsive) version. div that is holding textarea and buttons is not 100% wide, and it is breaking and not usable. That section is called "Reply to Comment". I have tried it in fresh WP instance, so nothing else could cause this CSS bug...

Attachments (1)

wp_reply_comment_bug.jpg (14.4 KB) - added by mocnidabar 9 years ago.
printscreen for this CSS bug. it is happening with width 795px and less

Download all attachments as: .zip

Change History (3)

@mocnidabar
9 years ago

printscreen for this CSS bug. it is happening with width 795px and less

#1 @SergeyBiryukov
9 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Hi @mocnidabar, welcome to Trac!

Thanks for the report, we're already tracking this issue in #33596.

#2 @mocnidabar
9 years ago

I found a way to fix this CSS issue.

#replyrow td {
    display: table-cell;
}
Note: See TracTickets for help on using tickets.