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

- Fixing incorrect bottom margins for comments in xtemplate default.

parent 6fd74abb
Branches
Tags
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
......@@ -63,6 +63,9 @@ table {
.links {
margin-bottom: 2em;
}
.comment .links {
margin-bottom: 0em;
}
/*
** Page layout blocks / IDs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment