[wp-trac] [WordPress Trac] #56863: Issue on media page

WordPress Trac noreply at wordpress.org
Thu Oct 20 06:22:34 UTC 2022


#56863: Issue on media page
-----------------------------+--------------------------------------
 Reporter:  sumitsingh       |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  General          |     Version:  6.0.3
 Severity:  normal           |  Resolution:
 Keywords:  has-screenshots  |     Focuses:  ui, css, administration
-----------------------------+--------------------------------------
Description changed by costdev:

Old description:

> Hi ,
>
> when i am allowing to upload SVG image then image is not showing on media
> listing page.
>

> You can see mentioned SS and solution code with added **width: 60px;** in
> class
>
> table.media .column-title .media-icon img {
>     max-width: 60px;
>     height: auto;
>     vertical-align: top;
>     **width: 60px;**
> }

New description:

 Hi ,

 when i am allowing to upload SVG image then image is not showing on media
 listing page.


 You can see mentioned SS and solution code with added **width: 60px;** in
 class

 {{{#!css
 table.media .column-title .media-icon img {
     max-width: 60px;
     height: auto;
     vertical-align: top;
     width: 60px; // Proposed solution
 }
 }}}

--

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


More information about the wp-trac mailing list