Updated style.css to fit longer length passswords

This commit is contained in:
Pawan Bhatt 2021-06-19 00:16:29 +05:30
parent 4dd2f9dd57
commit 5e3501b2df

View File

@ -47,8 +47,11 @@ h2 {
.result-container #result { .result-container #result {
word-wrap: break-word; word-wrap: break-word;
max-width: calc(100% - 40px); max-width: calc(100% - 40px);
overflow-y: scroll;
height: 100%;
} }
.result-container .btn { .result-container .btn {
position: absolute; position: absolute;
top: 5px; top: 5px;