fix(html): prevent a link being wrap

This commit is contained in:
imlonghao 2022-01-23 17:04:29 +08:00
parent 8b64b9f7d7
commit a72c1463bc
2 changed files with 6 additions and 0 deletions

View file

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove the quote tag from more href
- Remove the word `率` in memory field
- Prevent A link being wrap
## [0.2.1] - 2022-01-23

View file

@ -6,6 +6,11 @@
<title>Archlinuxcn Packages</title>
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.20/css/jquery.dataTables.min.css"
integrity="sha256-YY1izqyhIj4W3iyJOaGWOpXDSwrHWFL4Nfk+W0LyCHE=" crossorigin="anonymous">
<style>
a {
white-space: nowrap;
}
</style>
</head>
<body>