Skip to content

Commit d3c43b0

Browse files
authored
chore: Use non-deprecated word-break value
1 parent cab4b3c commit d3c43b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scrapyd/website.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def render_GET(self, txrequest):
212212
<meta name="viewport" content="width=device-width, initial-scale=1">
213213
<title>Scrapyd</title>
214214
<style>
215-
body {{ font-family: sans-serif; }}
215+
body {{ font-family: system-ui, sans-serif; }}
216216
</style>
217217
</head>
218218
<body>
@@ -373,7 +373,7 @@ def render_GET(self, txrequest):
373373
th, td {{ border-style: solid; border-width: 1px; }}
374374
tbody > tr:first-child {{ background-color: #eee; }}
375375
th, td {{ padding: .5rem; }}
376-
td:nth-child(2), td:nth-child(3) {{ word-break: break-word; }}
376+
td:nth-child(2), td:nth-child(3) {{ word-break: break-all; }}
377377
</style>
378378
</head>
379379
<body>

0 commit comments

Comments
 (0)