Making WordPress.org

Opened 3 years ago

Last modified 3 years ago

#6317 new enhancement

Table text cutting Off

Reported by: umesh84's profile umesh84 Owned by:
Milestone: Priority: lowest
Component: Translate Site & Plugins Keywords: needs-patch needs-design-feedback
Cc:

Attachments (1)

Screenshot 2022-05-18 at 10.08.33 AM.png (870.5 KB) - added by umesh84 3 years ago.
For better understanding I have attached a screenshot

Download all attachments as: .zip

Change History (2)

@umesh84
3 years ago

For better understanding I have attached a screenshot

#1 @nidhidhandhukiya
3 years ago

Hello @umesh84
There is a scroll in this table so because of that this text is cutting off.
for the solution of this issue we have this css.

.wp-block-table 
{
   margin: 0 0 1em;
   overflow-x: auto;
}

If we remove this overflow-x:Auto then this issue will resolved.

Note: See TracTickets for help on using tickets.