Skip to content
Snippets Groups Projects
Commit 962d4503 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1663042 by Rob Loach, barraponto, marknorris: Clean up css in Help.

parent 08517822
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
.help-items {
float: right;
padding-right: 0;
padding-left: 3%;
margin-right: 0;
margin-left: 3%;
}
.help-items-last {
padding-right: 0;
padding-left: 0;
margin-right: 0;
margin-left: 0;
}
......@@ -2,8 +2,8 @@
.help-items {
float: left; /* LTR */
width: 22%;
padding-right: 3%; /* LTR */
margin-right: 3%; /* LTR */
}
.help-items-last {
padding-right: 0; /* LTR */
margin-right: 0; /* LTR */
}
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