n8design/htwoo

[hoo-icon] justify-content to flex start

Closed this issue · 0 comments

Describe the bug
hoo-icon in a table aligns itself to 100% of the with of the column. In case the icon should get left aligned the following needs to change.

.hoo-icon {
    justify-cotent: flex-start;
}