MDL-83485 core: Add bottom margin on preference links
To meet the WCAG 2.2 Level AA requirement for minimum target size, we need to add a bit of spacing between the links on the user preferences page. More information: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum.html
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<h3 class="card-title">{{title}}</h3>
|
||||
<ul class="card-text list-unstyled">
|
||||
{{#nodes}}
|
||||
<li><a {{#get_title}}title="{{get_title}}"{{/get_title}} href="{{{action}}}">{{get_content}}</a></li>
|
||||
<li class="mb-1"><a {{#get_title}}title="{{get_title}}"{{/get_title}} href="{{{action}}}">{{get_content}}</a></li>
|
||||
{{/nodes}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user