Hi there,
when I set the field width to 50%, it is not working in the block editor sidebar.
Could that be fixed?
See difference in the screenshots. It works in edit mode as expected.
Thanks,
Sascha
Basically it is because of some !important styling from ACF Blocks.
See:
// Force full width.
width: auto !important;
min-height: 0 !important;
float: none !important;