Commit d275916
committed
fix: Fix .neo-last-column CSS logic across multiple sub-grids (#9623)
In the multi-body architecture, the rightmost column locally stored within each sub-grid (Start, Center, End) was incorrectly evaluating as 'isLastColumn' and receiving the .neo-last-column class (which stripped its right border). The classification has been mapped directly to the global grid geometry, bounding the border removal rule specifically to strictly the true last column.1 parent f099d05 commit d275916
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
234 | 236 | | |
235 | 237 | | |
236 | 238 | | |
| |||
0 commit comments