Skip to content

Commit

Permalink
fix(portal): revert search-bar spacer
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Nov 20, 2023
1 parent 235368c commit 0bfd811
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/pages/portal/portal.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
flex: 1;
background-color: $app-background-color;
font-size: 16px;
margin-left: $igo-margin;
}

igo-menu-button {
Expand All @@ -38,6 +39,10 @@
igo-menu-button {
margin-left: -$navbarSpacer;
}

igo-search-bar {
margin-left: 0;
}
}
}

Expand Down

0 comments on commit 0bfd811

Please sign in to comment.