Skip to content

Commit

Permalink
Merge pull request bradtraversy#62 from bhattpawan/master
Browse files Browse the repository at this point in the history
Improving style.css for password generator
  • Loading branch information
bradtraversy committed Jun 19, 2021
2 parents 4dd2f9d + aad4661 commit 0cb9fd3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions password-generator/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ h2 {
.result-container #result {
word-wrap: break-word;
max-width: calc(100% - 40px);
overflow-y: scroll;
height: 100%;
}

#result::-webkit-scrollbar {
width: 1rem;
}

.result-container .btn {
Expand Down

0 comments on commit 0cb9fd3

Please sign in to comment.