ACF-Repeater-Collapser icon indicating copy to clipboard operation
ACF-Repeater-Collapser copied to clipboard

Max height

Open 1ucay opened this issue 8 years ago • 0 comments

If I have wysiwyg field at first in row, repeater is too tall. Workaround is adding max-height property

.collapsed-row .acf-fields.-left .acf-field-wysiwyg:first-child,
.acf-fields.-top .collapsed-row .acf-fields .acf-field-wysiwyg:first-child {
    max-height: 150px;
    overflow: hidden;
}

1ucay avatar Jul 06 '16 13:07 1ucay