Skip to content

Commit

Permalink
Fix alignment for ssh key fields
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Feb 5, 2020
1 parent 54bed9d commit 1f1b56a
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 1f1b56a

Please sign in to comment.