Skip to content

Commit 416e398

Browse files
committed
fix css word break bug with mobile
1 parent 781b8db commit 416e398

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

assets/style.ee63f49c618714d6690ef404bb4c0cea9e71e8995e1c6fcd1867ada9.css renamed to assets/style.215a97b2a2b33fc7db99a6bfaadb15fd20ab0f0b1866bb034a9e8dfa.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ button:hover {
173173
padding: 10px;
174174
}
175175
#random-pass {
176-
word-wrap: break-word;
176+
word-break: break-all;
177177
}
178178
#footer { clear: both; }
179179
#entropy-toolbar { margin: 10px auto; }

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<link rel="shortcut icon" href="favicon.ico">
5-
<link integrity="sha256-G4PD9Yic3oDEynfTS75koz8WZk0z6u+eq23QtqEFqHE=" crossorigin="anonymous" rel="stylesheet" href="assets/style.ee63f49c618714d6690ef404bb4c0cea9e71e8995e1c6fcd1867ada9.css">
5+
<link integrity="sha256-TVOqEpZijRKUeFLJRrQKYRaq3iSr9ADFkP9ySevcW0M=" crossorigin="anonymous" rel="stylesheet" href="assets/style.215a97b2a2b33fc7db99a6bfaadb15fd20ab0f0b1866bb034a9e8dfa.css">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88
<title>Passphrase and Password Generator</title>

test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<link rel="shortcut icon" href="favicon.ico">
5-
<link integrity="sha256-G4PD9Yic3oDEynfTS75koz8WZk0z6u+eq23QtqEFqHE=" crossorigin="anonymous" rel="stylesheet" href="assets/style.ee63f49c618714d6690ef404bb4c0cea9e71e8995e1c6fcd1867ada9.css">
5+
<link integrity="sha256-TVOqEpZijRKUeFLJRrQKYRaq3iSr9ADFkP9ySevcW0M=" crossorigin="anonymous" rel="stylesheet" href="assets/style.215a97b2a2b33fc7db99a6bfaadb15fd20ab0f0b1866bb034a9e8dfa.css">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88
<title>Test Password Entropy</title>

what.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<link rel="shortcut icon" href="favicon.ico">
5-
<link integrity="sha256-G4PD9Yic3oDEynfTS75koz8WZk0z6u+eq23QtqEFqHE=" crossorigin="anonymous" rel="stylesheet" href="assets/style.ee63f49c618714d6690ef404bb4c0cea9e71e8995e1c6fcd1867ada9.css">
5+
<link integrity="sha256-TVOqEpZijRKUeFLJRrQKYRaq3iSr9ADFkP9ySevcW0M=" crossorigin="anonymous" rel="stylesheet" href="assets/style.215a97b2a2b33fc7db99a6bfaadb15fd20ab0f0b1866bb034a9e8dfa.css">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
88
<title>Passphrase and Password Generator</title>

0 commit comments

Comments
 (0)