I am using the below - in my head CSS - as I have always done - but in 2.0 - none of my grids are picking it up and none of the cell content is wrapping:

    <style type="text/css">
        .x-grid3-cell-inner
        {
            white-space: normal;
        }
    </style>