[PR #852] [CLOSED] Don't use non-breaking spaces #1470

Closed
opened 2026-04-24 23:58:41 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/852
Author: @lkiesow
Created: 8/30/2023
Status: Closed

Base: masterHead: rm-nbsp


📝 Commits (1)

  • f23678a Don'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:

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 `&nbsp;` 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>
adam added the pull-request label 2026-04-24 23:58:41 +02:00
adam closed this issue 2026-04-24 23:58:42 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1470