We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab4b3c commit d3c43b0Copy full SHA for d3c43b0
scrapyd/website.py
@@ -212,7 +212,7 @@ def render_GET(self, txrequest):
212
<meta name="viewport" content="width=device-width, initial-scale=1">
213
<title>Scrapyd</title>
214
<style>
215
- body {{ font-family: sans-serif; }}
+ body {{ font-family: system-ui, sans-serif; }}
216
</style>
217
</head>
218
<body>
@@ -373,7 +373,7 @@ def render_GET(self, txrequest):
373
th, td {{ border-style: solid; border-width: 1px; }}
374
tbody > tr:first-child {{ background-color: #eee; }}
375
th, td {{ padding: .5rem; }}
376
- td:nth-child(2), td:nth-child(3) {{ word-break: break-word; }}
+ td:nth-child(2), td:nth-child(3) {{ word-break: break-all; }}
377
378
379
0 commit comments