mirror of
https://github.com/binimum/tidal-ui.git
synced 2026-04-26 12:25:48 +03:00
[PR #106] [MERGED] fix: overflowing text in player and search results #126
Labels
No labels
bug
duplicate
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tidal-ui#126
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/binimum/tidal-ui/pull/106
Author: @Bnyro
Created: 1/30/2026
Status: ✅ Merged
Merged: 1/31/2026
Merged by: @binimum
Base:
main← Head:fix-truncate-title📝 Commits (1)
72bd4d4fix: overflowing text in player and search results📊 Changes
2 files changed (+13 additions, -13 deletions)
View changed files
📝
src/lib/components/AudioPlayer.svelte(+4 -4)📝
src/lib/components/SearchInterface.svelte(+9 -9)📄 Description
Because we didn't set any max width, the tailwind
truncateproperty didn't actually do anything (at least on Firefox).Screenshot before:

Screenshot after:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.