Skip to content

Commit

Permalink
Fix SSH key layout breaking for smaller viewports (#95184)
Browse files Browse the repository at this point in the history
  • Loading branch information
taipeicoder authored Oct 7, 2024
1 parent c1ab343 commit 4525d1d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@

.ssh-keys__cards-container {
display: block;

> .card:not(:last-child) {
margin-bottom: 12px;
}

code {
white-space: pre-wrap;
word-wrap: break-word;
word-break: break-word;
}
}

.ssh-keys__select {
Expand Down

0 comments on commit 4525d1d

Please sign in to comment.