Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 9553669

Browse files
author
Justin Mah
committed
Fixed word wrapping of text in <pre> tags using CSS in legal.html
1 parent dbc27ba commit 9553669

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/src/main/assets/legal.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
<head>
44
<title>Zulip Legal Information</title>
55
<meta charset="UTF-8">
6+
<style>
7+
pre {
8+
white-space: pre-wrap;
9+
word-wrap: break-word;
10+
}
11+
</style>
612
</head>
713
<body>
814
<h1>Zulip for Android</h1>

0 commit comments

Comments
 (0)