Skip to content
Snippets Groups Projects
Commit ca1330ae authored by Steven Wittens's avatar Steven Wittens
Browse files

- Fixing Safari issue with node admin

(hello from the code sprint)
parent 05b3fcf7
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
......@@ -334,6 +334,9 @@ tr.light .form-item, tr.dark .form-item {
#forum td.posts, #forum td.topics, #forum td.replies, #forum td.pager {
text-align: center;
}
#node-admin-filter fieldset {
clear: both;
}
#node-admin-filter ul {
list-style-type: none;
padding: 0px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment