mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
[PR #301] [MERGED] feature: allow docker image text to overflow in table #721
Reference in New Issue
Block a user
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/moghtech/komodo/pull/301
Author: @unsync
Created: 2/9/2025
Status: ✅ Merged
Merged: 2/11/2025
Merged by: @mbecker20
Base:
1.17.0← Head:feature/preventtableoverflow📝 Commits (4)
a7ba792feature: allow docker image text to overflow in tablea54b81ereview: use break-words3095d1ewip: revert line break in css file325938efeature: update devcontainer node release📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
.devcontainer/devcontainer.json(+1 -1)📝
frontend/src/components/util.tsx(+1 -1)📄 Description
ℹ️ reopen of https://github.com/moghtech/komodo/pull/295
This PR attempt to fix a UI issue on mobile.
Observations
The image of a service is being truncated and makes it unreadable on mobile :
header view
table view
Which is kind of annoying, because you cannot see the actual image name anywhere :)
Proposed changes
The proposed changes can fix that, but i'm not sure it is the best approach:
header view
table view
ℹ️ It was already breaking the text, but only if your image name had a
-🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.