From 5e3501b2dfceed9e67eebc05467d207507a06f2d Mon Sep 17 00:00:00 2001 From: Pawan Bhatt Date: Sat, 19 Jun 2021 00:16:29 +0530 Subject: [PATCH] Updated style.css to fit longer length passswords --- password-generator/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/password-generator/style.css b/password-generator/style.css index c30058d..c0de4c7 100644 --- a/password-generator/style.css +++ b/password-generator/style.css @@ -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;