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:
Shubham Padia
2025-01-06 07:12:33 +00:00
committed by Tim Abbott
parent 333b3904b5
commit 01793b0de3

View File

@@ -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;