You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The width of the products combo list is limited to a maximum of 300px, which is too restrictive. This causes the products to be forced to display on multiple lines while the majority of the configurations could allow a single-line display.
Removing the "maxwidth300" class passed as a parameter to the "select_produits()" function in the "objectline_create.tpl.php" file fixes the problem. In addition, the product label is already truncated by default to 48 characters.
However, a solution should be found to allow use with narrower screens or a larger number of columns.
Steps to reproduce the behavior
Add products
Use a feature that displays the products combo lists (eg. edit a commercial proposal in draft status)
The text was updated successfully, but these errors were encountered:
Bug
The width of the products combo list is limited to a maximum of 300px, which is too restrictive.
Environment
Expected and actual behavior
The width of the products combo list is limited to a maximum of 300px, which is too restrictive. This causes the products to be forced to display on multiple lines while the majority of the configurations could allow a single-line display.
Removing the "maxwidth300" class passed as a parameter to the "select_produits()" function in the "objectline_create.tpl.php" file fixes the problem. In addition, the product label is already truncated by default to 48 characters.
However, a solution should be found to allow use with narrower screens or a larger number of columns.
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: