This is a migrated thread and some comments may be shown as answers.

[Solved] Grid Headers Mis-aligned box-sizing

0 Answers 24 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Doug
Top achievements
Rank 1
Doug asked on 15 Jun 2012, 03:18 PM
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;
}
Tags
Grid
Asked by
Doug
Top achievements
Rank 1
Share this question
or