Skip to content

SVG's in file manager list view not displaying #5073

@blue-dreamer

Description

@blue-dreamer

EE7.5.17

Go to File manager> list view and SVG thumbs are not displaying. They display fine in grid view.

When used in an IMG tag to get then to display you usually have to explicitly set a height+width either with attributes or via CSS.

Suggested fix to class .f_manager-wrapper tr.app-listing__row .thumbnail_img is to add a min-width:50px; rule.

Either that or add a new rule to target svg files .f_manager-wrapper tr.app-listing__row .thumbnail_img[src*="svg"] {min-width:50px;}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions