Openbravo Issue Tracking System - POS2
View Issue Details
0055602POS2Corepublic2024-05-28 15:042024-05-28 15:04
ruben_jimenez 
cberner 
normalminoralways
newopen 
5
 
 
No
0055602: In tree grid non collapsable rows are not correctly aligned
In the tree grid, there are two types of lines: those with an icon to collapse them and those without any children, which do not have this icon.

There is a margin problem with the latter, as they should have more margin
- Create a tree grid with three levels.
- Notice in the second level that the lines with the collapse icon and those without it are not aligned.
Add this class:
.obc2Dialog-portrait
  .obc2BaseRowRender-column
  .obc2BaseRowRender-collapsable:not(:has(.obc2DataGrid-cellCollapseContainer))
  .obc2BaseCellRender {
  margin: 0 0.8rem 0 1.6rem;
}

here: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/blob/master/web-jspack/org.openbravo.core2/src/components/Grid/DataGrid/BaseRowRender.scss#L43 [^]
No tags attached.
Issue History
2024-05-28 15:04ruben_jimenezNew Issue
2024-05-28 15:04ruben_jimenezAssigned To => cberner
2024-05-28 15:04ruben_jimenezTriggers an Emergency Pack => No

There are no notes attached to this issue.