Collaboration WG list does not display SVGs in some browsers
As originally reported by Fred in Firefox for Linux:
This is caused by SVGs using auto height/width properties with no fixed-size properties. SVGs will default to 0px when no explicit heights are set. We should be able to avoid this by adding something like min-height: 75px;
to the .weighted-working-group-logo
selector.