custom-cards / flex-table-card

Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept
GNU General Public License v3.0
198 stars 23 forks source link

column width #114

Closed UniCizin closed 8 months ago

UniCizin commented 8 months ago

hey guys,

i need your help with formatting the size of a column.

my current config

type: custom:flex-table-card title: Bundesliga Tabelle entities: include: sensor.bund_scoreboard2 exclude: zwave.unknown_node* columns:

if you now look at the screenshot, you see that the logo column is to big. How can i get it smaller? flex_card_screenie

ildar170975 commented 8 months ago

Try this:

          css:
            tbody tr td:nth-child(2)+: 'width: 32px;'
UniCizin commented 8 months ago

that worked. thank you very much :)