There was an error while loading. Please reload this page.
If we want to center something vertically in normal CSS it is:
vertical-align: middle;
in NS we should write
vertical-align: center;
I think we should match it with the standard CSS property value.
If we want to center something vertically in normal CSS it is:
in NS we should write
I think we should match it with the standard CSS property value.