mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
fix(html): prevent a link being wrap
This commit is contained in:
parent
8b64b9f7d7
commit
a72c1463bc
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue