[wp-meta] [Making WordPress.org] #6317: Table text cutting Off

Making WordPress.org noreply at wordpress.org
Thu May 19 08:45:50 UTC 2022


#6317: Table text cutting Off
-----------------------------------------------+---------------------
 Reporter:  umesh84                            |       Owner:  (none)
     Type:  enhancement                        |      Status:  new
 Priority:  lowest                             |   Milestone:
Component:  Translate Site & Plugins           |  Resolution:
 Keywords:  needs-patch needs-design-feedback  |
-----------------------------------------------+---------------------

Comment (by nidhidhandhukiya):

 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.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/6317#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list