﻿ 

/* BEGIN - Grid Formatting */
/* Allows the text in the Column Header to wrap. Header Height will be increased to fit the most wrapped column header.
    Note that is applied to the Ext.Net "Header" property, not the "Text" property  */
.x-column-header-inner
{
    white-space: normal !important;
}
          
.x-column-header-inner span
{
    white-space: normal !important;
}

