Shrink view url hooks #7166

Closed
opened 2025-11-02 07:18:08 -06:00 by GiteaMirror · 4 comments
Owner

Originally created by @tomaswarynyca on GitHub (Apr 13, 2021).

When adding a hook the url should have a fixed size to avoid moving the action buttons.
Url: org/orgname/settings/hooks

Captura realizada el 2021-04-13 00 34 55

Originally created by @tomaswarynyca on GitHub (Apr 13, 2021). When adding a hook the url should have a fixed size to avoid moving the action buttons. **Url**: org/orgname/settings/hooks ![Captura realizada el 2021-04-13 00 34 55](https://user-images.githubusercontent.com/41587659/114493175-6db58100-9bf0-11eb-8067-a05fc387b892.png)
GiteaMirror added the topic/uigood first issue labels 2025-11-02 07:18:08 -06:00
Author
Owner

@silverwind commented on GitHub (Apr 13, 2021):

Can probably use ellipsis overflow there.

@silverwind commented on GitHub (Apr 13, 2021): Can probably use ellipsis overflow there.
Author
Owner

@justusbunsi commented on GitHub (Jun 5, 2021):

Would this do it for you? Instead of shrinking the hook url just prevent the button from moving around. The url would flow between the dot on the left and the buttons on the right. If it's ok, I can open a PR to fix this issue.

image

@justusbunsi commented on GitHub (Jun 5, 2021): Would this do it for you? Instead of shrinking the hook url just prevent the button from moving around. The url would flow between the dot on the left and the buttons on the right. If it's ok, I can open a PR to fix this issue. ![image](https://user-images.githubusercontent.com/61625851/120900300-6761e500-c634-11eb-88fc-78a849a17188.png)
Author
Owner

@zeripath commented on GitHub (Jun 6, 2021):

Just use a truncate and ellipsis with a title attribute containing the full content. that's the simplest way to solve this

@zeripath commented on GitHub (Jun 6, 2021): Just use a truncate and ellipsis with a title attribute containing the full content. that's the simplest way to solve this
Author
Owner

@justusbunsi commented on GitHub (Jun 6, 2021):

Just use a truncate and ellipsis with a title attribute containing the full content. that's the simplest way to solve this

Uh. Didn't noticed there is already a .truncate css class. Thanks for the hint.

@justusbunsi commented on GitHub (Jun 6, 2021): > Just use a truncate and ellipsis with a title attribute containing the full content. that's the simplest way to solve this Uh. Didn't noticed there is already a .truncate css class. Thanks for the hint.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#7166