Skip to content

Export loses some icons on cards added via compile helper #108

Description

@arturskro

Everything is fine in the export preview but export loses some icons (as if randomly) on cards added via compile helper. I use a desktop application on Linux Mint.

OK, the solution is to add anything e.g width=0px in line:
<div id="icons">{{compile card.icon width=0px}}</div>

#icons {
    width: 100%;
    height: 100px;
    [...]
}
#icons img {
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions