Skip to content

Commit

Permalink
feature/CXSPA-390 (#15796)
Browse files Browse the repository at this point in the history
fixed my company drop down arrow
  • Loading branch information
morganm58 committed May 27, 2022
1 parent 96892ad commit 55ead4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feature-libs/organization/administration/styles/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
}

cx-org-toggle-link-cell {
padding-inline-start: calc((var(--cx-depth-level) + 1) * 20px);
padding-inline-start: calc((var(--cx-depth-level) + 3) * 20px);
button.tree-item-toggle {
margin-inline-start: -40px;
min-width: 40px;
Expand All @@ -254,7 +254,7 @@

@include media-breakpoint-down(md) {
cx-org-toggle-link-cell {
padding-inline-start: calc(2.5rem + var(--cx-depth-level) * 1.5rem);
padding-inline-start: calc(3rem + var(--cx-depth-level) * 1.5rem);
}
}
}
Expand Down

0 comments on commit 55ead4e

Please sign in to comment.