UI table row height too small causing text clipping (descenders cut off in grid cells)
- Dominant language
- PHP
- Stars
- 3.4k
- Forks
- 1.2k
- Avg merge
- 3d 55m
- Merged PRs (30d)
- 436
Description
### Shopware Version
6.7.8.2
### Affected area / extension
Platform(Default)
### Actual behaviour
In various admin overview tables (e.g. customers, products, orders) in Shopware 6, text within certain columns is visually clipped vertically.
Characters with descenders such as g, y, p, q are partially cut off at the bottom. This indicates that the row height and/or line-height of the table cells is too small for the rendered font.
The issue can be observed for example in the "Company" column in the customer overview (see screenshot).
### Expected behaviour
Text in table cells should be fully visible without any clipping.
Row height and line-height should be sufficient to properly display all characters, including those with descenders (e.g. g, y, p, q), across all admin overview tables.
### How to reproduce
- Open Shopware 6 Administration
- Navigate e.g. to Catalogues > Products
- Ensure that e.g. the productnumber field contains text with descenders (e.g. "gypq", "testgy")
- Observe the table row rendering
- Notice that the lower parts of characters (g, y, p, q) are cut off
Contributor guide
Research direction
Reproduce the clipping in the Administration customer, product, or order overview tables using values with descenders such as “gypq”. Then locate the table row and cell rendering styles used across these views; done means descenders are fully visible in the affected tables without disrupting row layout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100