Remove line after empty first column in the footer
Summary
If the first column in the footer is empty the divider line still gets displayed. The line should not be there.
Steps to reproduce
Just don't display anything in the first column.
Possible fixes
Check with js if the first column is empty and delete the :after element if it's empty.