Listview Editing Layout issue
This problem happens is most version of vtiger I have tried including 8.1 (it happens on the demo system). If you have quite a few columns in your listview and you use in-line editing the UIType 10 fields overlap. Sometimes it makes editing certain fields impossible.
I have a workaround I use in a custom CSS file that fixes this problem but it isn't really the right place to correct it. Should probably be done in all the style.css files and/or the less source file I guess:
/* Fix listview edit. It's a vtiger CSS issue */
td.listViewEntryValue div.input-group {
min-width: unset;
}
Edited by Alan Lord