Improve readability of deprecation lists?
bertdeblock opened this issue · 5 comments
Hi, @bertdeblock. Thanks for suggesting the idea of adding bullets to the list. I think adding bullets does help with improving readability.
It looks like we can modify line 14:
Maybe write class="p-0"
instead, which will add bullets and (re)set padding to 0
. (Not sure why level-3
class was needed.) However, it seems we need to apply word-break
as well?
You may want to investigate if there's a built-in class (from ember-styleguide
or an existing stylesheet in app/styles
) that will apply word-break: break-word;
. If not, I think we could create a CSS class in the app.
I hope this made sense. If you have questions or would like clarification, please feel free to ask!
This also sounds great, thanks @bertdeblock! I just want to make sure we're okay with taking the time to make the changes given that the website redesign strike team may adjust the UI of this sidebar entirely in the near'ish future.
I personally still think it is worth making these changes because we don't know when the redesign efforts touch the deprecations app.
@bertdeblock Feel free to try the 3 combinations (bullets only, margins only, or both) and decide what you liked. 👍
As a temporary solution to design, bullets have been used in upgrade-guide and whats-new-in-emberland. (In case you didn't feel comfortable with adding bullets and might have wanted a precedence.)
Addressed by #717