This patch converts the non-breaking spaces in the metadata table to breaking spaces to avoid awkward wrapping. For example, due to the which is part of the author separator, you might end up with wrapping like this:
Author |
A, Author |
B |
instead of
Author A, |
Author B |
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/852
**Author:** [@lkiesow](https://github.com/lkiesow)
**Created:** 8/30/2023
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `rm-nbsp`
---
### 📝 Commits (1)
- [`f23678a`](https://github.com/advplyr/audiobookshelf-app/commit/f23678a9f255ef04cccd80d7e0dddfbab4079b03) Don't use non-breaking spaces
### 📊 Changes
**1 file changed** (+4 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `pages/item/_id/index.vue` (+4 -4)
</details>
### 📄 Description
This patch converts the non-breaking spaces in the metadata table to breaking spaces to avoid awkward wrapping. For example, due to the ` ` which is part of the author separator, you might end up with wrapping like this:
Author |
A, Author |
B |
instead of
Author A, |
Author B |
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/advplyr/audiobookshelf-app/pull/852
Author: @lkiesow
Created: 8/30/2023
Status: ❌ Closed
Base:
master← Head:rm-nbsp📝 Commits (1)
f23678aDon't use non-breaking spaces📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
pages/item/_id/index.vue(+4 -4)📄 Description
This patch converts the non-breaking spaces in the metadata table to breaking spaces to avoid awkward wrapping. For example, due to the
which is part of the author separator, you might end up with wrapping like this:instead of
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.