N°9181 - Fix object class name alignment in summary cards - #1035
N°9181 - Fix object class name alignment in summary cards#1035steffunky wants to merge 1 commit into
Conversation
|
| Filename | Overview |
|---|---|
| templates/base/layouts/object/object-details/layout.html.twig | Normalizes the class-label markup across permission branches so the label participates consistently in the object-class flex layout. |
Reviews (1): Last reviewed commit: "N°9181 - Fix object class alignment in s..." | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
Wraps non-admin object class labels to correct summary-card alignment.
Changes:
- Adds a consistent label element for linked and plain class names.
- Ensures flexbox treats the class label consistently with its parentheses.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Base information
Symptom (bug) / Objective (enhancement)
When a non admin user hover a link and a summary card appears, the object class name is not aligned properly
Reproduction procedure (bug)
UserRequestclass name is not aligned properlyProposed solution (bug and enhancement)
Add an html tag to ensure the element inherits the same rules as the two parenthesis
Checklist before requesting a review