Skip to content
Snippets Groups Projects
Commit e682c02e authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #924956 by swentel, Jeff Burnz: using bullets reduces reading performance of listings.

parent 579310a4
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -398,15 +398,15 @@ ul.admin-list {
}
.admin-panel .item-list ul,
ul.admin-list.compact {
margin-bottom: 8px;
margin: 8px 0;
}
.admin-panel .item-list li,
ul.admin-list.compact li {
border: none;
background: none;
margin: 0.25em 0 0.25em 1.5em;
margin: 0 0 0.75em;
line-height: 1;
padding: 0;
list-style-type: disc;
}
ul.admin-list li:last-child {
border-bottom: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment