modals: Fix margin for help_link_widget in confirmation modals.

The 5px margin is picked to match what we use in settings.
This commit is contained in:
yogesh sirsat 2022-03-20 21:39:52 +05:30 committed by Tim Abbott
parent bd936a837a
commit 417766a3e3
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@
margin: 0;
font-size: 1.375rem;
line-height: 1.25;
/* help_link_widget margin for the fa-circle-o. */
a {
margin-left: 5px;
}
}
.modal__close {