Merge pull request #62 from bhattpawan/master
Improving style.css for password generator
This commit is contained in:
commit
0cb9fd377d
@ -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…
Reference in New Issue
Block a user