Skip to content

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;
}

Screenshot from 2024-04-16 15-54-56.png

Screenshot from 2024-04-16 15-54-12.png

Edited by Alan Lord