mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
subscriptions: Set width for fa-pencil icon to align with others.
This icon is narrower in width, we have to explicitly set it's width to 1em so that it vertically aligns with other buttons near it.
This commit is contained in:
committed by
Tim Abbott
parent
333b3904b5
commit
01793b0de3
@@ -951,6 +951,13 @@ h4.user_group_setting_subsection_title {
|
|||||||
.button-group {
|
.button-group {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
||||||
|
/* This icon is narrower in width, we have to explicitly
|
||||||
|
set it's width to 1em so that it vertically aligns with
|
||||||
|
other buttons near it. */
|
||||||
|
.fa-pencil {
|
||||||
|
width: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.deactivate {
|
.deactivate {
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user