Problem/Motivation
- This particular issue came out from the design QA review process conducted by @jwitkowski79.
- On Tablet & Mobile: The letter spacing for subnav items looks super tight. Can we remove the letter-spacing here?
Steps to reproduce
- Open the slideout mobile menu.

Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #17 | after-patch.png | 6.75 KB | sulfikar_s |
| #17 | before-patch.png | 6.7 KB | sulfikar_s |
| #17 | failure-case.png | 6.63 KB | sulfikar_s |
| #16 | 3180280-15.patch | 1.23 KB | mherchel |
| #14 | rtl.png | 322.47 KB | komalk |
Comments
Comment #2
komalk commentedComment #3
akshay kashyap commentedComment #4
akshay kashyap commentedComment #5
komalk commentedRemove the letter-spacing on sub-nav items and attached the screenshot for references.
Review the patch.
Comment #6
akshay kashyap commentedComment #7
mherchelThe image within the summary only points to the second level navigation. You updated the letter spacing for the entire mobile navigation.
We need to ensure that we only affect the mobile second level navigation.
Comment #8
komalk commentedComment #9
komalk commentedWorked on #7.
Targeting the letter-spacing only for the second level also attached file for the references.
Comment #10
ranjith_kumar_k_u commentedThe above patch works fine .


Before patch
After Patch
RTBC
Comment #11
ranjith_kumar_k_u commentedComment #12
mherchelThanks for the patch! There are a couple issues:
1) There's trailing whitespace..
2) No need for the
pxunit3) Instead of overriding this here, I'd rather move the
letter-spacingvalue to the.primary-nav__menu--level-1selector.Comment #13
komalk commentedWorking on.
Comment #14
komalk commentedWork on 12.1,12.2.
12.3 - If we move the letter-spacing into
.primary-nav__menu--level-1not geeting the expected output.Attached screenshot for the LTR & RTL.
Comment #15
mherchel#14 doesn't move the letter-spacing value to the .primary-nav__menu--level-1 selector as requested
Comment #16
mherchelUpdated patch attached!
Comment #17
sulfikar_s commentedHi, the patch in #15 applied cleanly and it works,
Before patch,
After patch,
But I've found random failures in the #15 patch's test cases regarding,
Anyway as it works fine, Moving it to RTBC!
Comment #20
lauriiiCommitted e2cb364 and pushed to 9.2.x. Thanks!
Leaving open for backport to 9.1.x.
Comment #22
lauriiiCherry-picked to 9.1.x.