I think it would be good to add like; display:table; table-layout:fixed; to get resize on image fields width work in FF.
//Line 642 input.css
table.acf-input-table {
border-radius: 0 0 0 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
display:table;
table-layout:fixed;
}
Hi @patrik@prebab.se
Can you post 2 sreenshots of before / after this css?
Thanks
E
Thanks Elliot, here are screenshoots.
/Patrik
(without the added css the wide image overflow edit boxes in admin)
Hi @patrik@prebab.se
Thanks for the bug report.
I’ll make sure this CSS issue is fixed in the next version
Cheers
E
Hi @patrik@prebab.se
Thanks again for your help on this.
This issue has been fixed and will be included in the next version.
The ‘table-layout:fixed;’ fix didn’t work perfectly on the flexible content field, so I opted for some browser specific CSS to get firefox / webkit to work correctly!
Thanks a million.
Cheers
E