ACF-Repeater-Collapser
ACF-Repeater-Collapser copied to clipboard
Max height
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;
}