table-layout: fixed was missing on deprecated fixed layout
.mod-layoutFixed was previously imported by table component, then was moved to tableFixed subcomponent and we forget to also add it to tableFixedDeprecated.
I edited cell width's mixin name as it was not used outside of LF
Description
table-layout: fixed
was missing on deprecated fixed layout.mod-layoutFixed
was previously imported by table component, then was moved totableFixed
subcomponent and we forget to also add it totableFixedDeprecated
. I edited cell width's mixin name as it was not used outside of LF