Skip to content

Commit

Permalink
Merge pull request #41 from Moesif/key-copy-fix
Browse files Browse the repository at this point in the history
added styling to more easily copy longer keys
  • Loading branch information
matthewtanner91 authored Oct 25, 2023
2 parents c7873b5 + 16bcf8d commit a9341d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions my-dev-portal/src/styles/components/keys.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

.api-key-container {
display: flex;
max-width: 1100px !important;
}

.api-key-presentation {
max-width: 1100px !important;
background-color: black;
display: flex;
gap: 4px;
Expand All @@ -21,6 +23,7 @@

.api-key {
color: #fff;
max-width: 1100px !important;
font-family: Menlo;
font-size: 14px;
font-style: normal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@

.ReactModal__Content {
min-width: 612px !important;
max-width: 1200px !important;
padding: 24px !important;
}

0 comments on commit a9341d1

Please sign in to comment.