You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suggested Change
The line height/margin of items in the sidebar currently makes it nearly impossible to identify if an item is 2 lines long, or if the 2 lines are 2 separate items. See the "Adding Control Panel Pages" item in the below screenshots.
Decreasing the line height and subsequently increasing the margin should help keep the multi-line phrases together and easier to read.
Before:
After:
Suggested changes:
Change line height to 120% of font size
Adjust other margin changes to account for this decrease
The text was updated successfully, but these errors were encountered:
.sidebar-toc > ul > li {
margin-bottom: 18px;
line-height: 1.14rem;
}
.sidebar-toc li ul {
margin-top: 18px;
}
.sidebar-toc li {
margin-bottom: 13px;
}
Suggested Change
The line height/margin of items in the sidebar currently makes it nearly impossible to identify if an item is 2 lines long, or if the 2 lines are 2 separate items. See the "Adding Control Panel Pages" item in the below screenshots.
Decreasing the line height and subsequently increasing the margin should help keep the multi-line phrases together and easier to read.
Before:

After:
Suggested changes:
The text was updated successfully, but these errors were encountered: