Skip to content

Commit 5a604d7

Browse files
authored
fix: remove indentation of active org name (#6385)
1 parent a49d534 commit 5a604d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/identity/components/OrganizationListTab/OrganizationCard.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
font-weight: $cf-font-weight--bold;
5050
color: $cf-white;
5151
}
52+
margin-left: 0 !important;
5253
}
5354

5455
.account--organizations-tab-active-org {
@@ -57,7 +58,7 @@
5758
border-width: 5px;
5859
color: $c-rainforest;
5960
display: inline-block;
60-
left: 14px;
61+
left: 9px;
6162
margin-top: 6px;
6263
position: absolute;
6364
}

0 commit comments

Comments
 (0)