.MarketingBlurbTable {
    table-layout: fixed;

    .description {
        .GridTable-cell-text {
            white-space: break-spaces;
            overflow-y: scroll;
            max-height: 200px;
            width: -webkit-fill-available;
        }
    }

    .GridTable-empty {
        margin: 0;
    }
}
