Skip to content

CollectionReport - apply css styling to td elements #704

Open
@solo-1234

Description

Is your feature request related to a problem? Please describe.
I'd like to apply padding inside the cells of the table generated by CollectionReport

Describe the solution you'd like
An input var to apply css to td elements just like we have for tr

Describe alternatives you've considered
I tried applying padding to the tr elements but it didn't do anything

Additional context
Screenshot: https://imgur.com/37AmisH

I configured a border using css on tr:

border: solid;
border-width: 1px;
border-color: lightgray;

Thanks!

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions