mirror of https://github.com/zulip/zulip.git
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:
parent
bd936a837a
commit
417766a3e3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue