Css – Angular ngFor flex-grow
Angular seems to be inserting additional elements in the dom/html, causing flex-grow not to be applied to the right element. A fully working hardcoded version is present, but I am struggling to make it accept a dynamic number of items.…