Skip to content

Commit

Permalink
fix github auth button icon alignment (decaporg#1299)
Browse files Browse the repository at this point in the history
Partial revert of decaporg#1227.
  • Loading branch information
erquhart authored and brianlmacdonald committed May 23, 2018
1 parent 0b9ffe0 commit 867be82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/backends/github/AuthenticationPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@

padding: 0 30px;
margin-top: -80px;
display: block;
display: flex;
align-items: center;
position: relative;

& .nc-icon {
display: flex;
align-items: center;
margin-right: 18px;
}
}

0 comments on commit 867be82

Please sign in to comment.