Skip to content

Commit

Permalink
Updated style.css to fit longer length passswords
Browse files Browse the repository at this point in the history
  • Loading branch information
bhattpawan committed Jun 18, 2021
1 parent 4dd2f9d commit 5e3501b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions password-generator/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ h2 {
.result-container #result {
word-wrap: break-word;
max-width: calc(100% - 40px);
overflow-y: scroll;
height: 100%;
}


.result-container .btn {
position: absolute;
top: 5px;
Expand Down

0 comments on commit 5e3501b

Please sign in to comment.