This question is locked. New answers and comments are not allowed.
When i put a Grid on the page and set the following css, the headers are misaligned, the text goes down and the sort icon goes up. (See attached)
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }