Merge pull request #62 from bhattpawan/master

Improving style.css for password generator
pull/63/head
Brad Traversy 3 years ago committed by GitHub
commit 0cb9fd377d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save