edehr/edehr

Implement global stilying for unordered lists

开放

#1,081 创建于 2023年5月4日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (11 个派生)auto 404
front-endgood first issuehelp wanted

仓库指标

星标
 (14 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

On EdEhrOrgAbout.vue, we currently need to manually reset the ul element's font-size to 18px, for reasons we do not fully understand yet. You should look into that a bit more and try to understand what is conflicting with the ul styles, causing it to behave this way.

The task at hand is to simplify styling to ul elements in the app in an effort to make them more predictable by adding it into global styles for all elements in the app.

Before making your PR, please, make sure that no unordered list element in the app are broken and that the styles are being applied to all of them consistently.

贡献者指南