Skip to content

Commit

Permalink
Merge pull request #1632 from amazeeio/ssh-key-field-align
Browse files Browse the repository at this point in the history
Fix alignment for SSH key fields in UI
  • Loading branch information
Schnitzel committed Feb 12, 2020
2 parents 745a43b + 1f1b56a commit fd30b5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/ui/src/components/SshKeys/index.js
Expand Up @@ -134,10 +134,12 @@ const SshKeys = ({me: { id, email, sshKeys: keys }}) => {
}
@media ${bp.wideUp} {
&.name {
align-self: center;
width: 40%;
}
&.type {
align-self: center;
width: 20%;
}
Expand Down

0 comments on commit fd30b5c

Please sign in to comment.