mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08: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:
parent
333b3904b5
commit
01793b0de3
@ -951,6 +951,13 @@ h4.user_group_setting_subsection_title {
|
||||
.button-group {
|
||||
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 {
|
||||
margin-right: 3px;
|
||||
text-decoration: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user