Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Overflow Issue on Tooltip and Description #1004

Closed
5 tasks done
changbowen opened this issue Dec 8, 2022 · 5 comments
Closed
5 tasks done

[BUG] Overflow Issue on Tooltip and Description #1004

changbowen opened this issue Dec 8, 2022 · 5 comments
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🔨 Fixed 🕸️ Inactive 🛩️ Released 2.1.2

Comments

@changbowen
Copy link

changbowen commented Dec 8, 2022

Environment

Self-Hosted (Docker)

System

Chrome 108

Version

2.1.1

Describe the problem

There are some overflow issues with the global theme when there might be long random text in the item description. Did some tests and perhaps consider incorporate below styles to the global theme?

.tile-title {
    overflow: hidden;
}

.item-wrapper.wrap-size-large {
    overflow: hidden;
}

.tile-title p.description {
    overflow: hidden;
}

.tooltip-inner {
    overflow-wrap: break-word;
}

Additional info

Before
image

After
image

Please tick the boxes

@changbowen changbowen added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Dec 8, 2022
@liss-bot
Copy link
Collaborator

liss-bot commented Jan 8, 2023

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

@liss-bot liss-bot added the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Jan 8, 2023
@changbowen
Copy link
Author

still relevant

@liss-bot liss-bot added 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending and removed ⚰️ Stale [ISSUE] [PR] No activity for over 1 month labels Jan 8, 2023
@liss-bot
Copy link
Collaborator

liss-bot commented Feb 8, 2023

This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.

@liss-bot liss-bot added ⚰️ Stale [ISSUE] [PR] No activity for over 1 month and removed 👤 Awaiting Maintainer Response [ISSUE] Response from repo author is pending labels Feb 8, 2023
@liss-bot
Copy link
Collaborator

This issue was automatically closed because it has been stalled for over 6 weeks with no activity.

@liss-bot liss-bot removed the ⚰️ Stale [ISSUE] [PR] No activity for over 1 month label Feb 14, 2023
@Lissy93 Lissy93 reopened this Dec 31, 2023
@liss-bot
Copy link
Collaborator

liss-bot commented Mar 3, 2024

The fix for this issue has now been released in 2.1.2 ✨

If you haven't done so already, please update your instance to 2.1.2 or later. See 2.1.2 for full info.

Feel free to reach out if you need any more support. If you are enjoying Dashy, consider supporting the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working 🔨 Fixed 🕸️ Inactive 🛩️ Released 2.1.2
Projects
None yet
Development

No branches or pull requests

3 participants