#28 Fix #43: Toggle arrow shows above item in navigation menu if text wraps
Closed by darknao. Opened by kaylee20.
fedora-docs/ kaylee20/fedora-docs-ui fix-nav-menu-layout  into  main

Download 28.patch

Fix: #43
This is caused by the use of flex for the navigation item. Instead of using flex, the toggle arrow should be placed using absolute positioning so as not to affect the layout of the text.

This commit made the following changes;
- Absolute positioning used for toggle to avoid unintended wrapping behavior
- Size of toggle button reduced
- Line height was tightened
- Adjust spacing

Signed-off-by: Oyelakin Mercy oyelakinmercy68@gmail.com

Hi @kaylee20

Just a small suggestion, not about the change itself but the commit message. (Pagure doesn't display it very well in its current form.)

commit.style has some advice on the "norms" for commit messages, formatted as a commit message for demonstration.

Hi @ferdnyc!
Thank you so much for the correction. I'll work on that

rebased onto eb4bc4ea9be77a3f835ca42594d923db591b2e43

rebased onto 5b60b9f5875e7f9f1bb1039b302d4e8ae28a16fb

Pull-Request has been closed by darknao

Metadata