mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
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:
committed by
Tim Abbott
parent
bd936a837a
commit
417766a3e3
@@ -79,6 +79,11 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 1.375rem;
|
font-size: 1.375rem;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
|
|
||||||
|
/* help_link_widget margin for the fa-circle-o. */
|
||||||
|
a {
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal__close {
|
.modal__close {
|
||||||
|
|||||||
Reference in New Issue
Block a user