@import 'tabs/_tabs.less';
@import 'tabs/_tabs-minimal.less';

.category-description{
    > [data-content-type='row']{
        &[data-appearance='contained'] {
            max-width: 100%;
            [data-element='inner']{
                padding:0!important;
            }
        }
    }
}