The grid appears to assign the same width to multiple div containers. This is done despite the fact that the outer most div is assigned a ui class which more than likely has borders. The result is that the three divs inside the outermost div end up with widths that move them outside their container. This results in slightly incorrect border-right values.
I think the internal div widths should at least subtract the borders of the outermost div when computing their widths while initializing the grid.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top