Problem/Motivation
Line-height is too small for .pb-project__link
Steps to reproduce
Look at a card view with something that wraps to two lines, like "Scheduler content moderation integration" module
Proposed resolution
Change the line-height to 1 or 1.1 for .pb-project__link in the pb.css
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | After_line_height.png | 78.61 KB | yasminorj |
| #5 | before_line_height.png | 80.63 KB | yasminorj |
Issue fork project_browser-3495330
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
yasminorj commentedHi, I'll take a look at this one
Comment #5
yasminorj commentedHi, I applied a line-height of 2.2rem to evaluate its effect. Next, I'll mark it as 'needs review' to gather feedback.
Before: line-height: 1.125rem;
After: line-height: 2.2rem;
Let me know if you need additional adjustments!
Comment #6
yasminorj commentedComment #7
utkarsh_33 commentedThis is duplicate of The project title's line height is a bit off..We can close any one of them.
Comment #8
lavanyatalwar commentedHi @yasminorj,
Thank you for providing the MR. I applied MR!654, and it was successfully applied, fixing the specified issue.
Thank you,
Moving it to RTBC.
Comment #9
lavanyatalwar commentedComment #10
chrisfromredfinDuplicate of #3494978: The project title's line height is a bit off. - I created this not knowing the other existed. Both are fine fixes but we prefered the 1.75 line height. ;)