Updated style.css to fit longer length passswords

pull/62/head
Pawan Bhatt 4 years ago
parent 4dd2f9dd57
commit 5e3501b2df

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

Loading…
Cancel
Save