Updated style.css to fit longer length passswords
This commit is contained in:
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…
Reference in New Issue
Block a user