Skip to content

Commit

Permalink
fix: Spacing in the org switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
ancashoria committed Oct 7, 2020
1 parent d16605f commit 7c4337e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const AppContextSwitcher = (props: IProps) => {
<>
<div
onClick={toggleDropdown}
className="ng-c-cursor-pointer ng-flex ng-flex-middle ng-padding-horizontal ng-position-relative"
className="ng-c-cursor-pointer ng-flex ng-flex-middle ng-padding-medium-left ng-padding-right ng-position-relative"
>
<div className="ng-text-display-s ng-text-weight-regular ng-color-white ng-margin-remove ng-org-name ng-padding-right">
{label}
Expand Down

0 comments on commit 7c4337e

Please sign in to comment.