mirror of
1
Fork 0
forgejo/web_src/css
Gusted c48f85797f fix: avoid y-axis clipping for branch name (#6817)
- `gt-ellipsis` is set on elements to avoid overflowing its text contents and in the case of overflowing it would show an ellipsis. To force it to not overflow `overflow: hidden` is set, however this also hides the overflow on the y-axis, `overflow-x: hidden` has the same behavior.
- To avoid avoid the branch name from being clipped, add a very small amount of padding on the y-axis. This is a workaround and not a proper solution. There does not seem a good cross-platform solution available to fix this in a proper way.
- Resolves forgejo/forgejo#6811

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6817
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-02-07 10:04:24 +00:00
..
chroma [Port] gitea#30014: Various code view improvements 2024-03-28 16:43:14 +01:00
codemirror
editor Remove tab key handling in markdown editor, add toolbar buttons instead, re #4072 #4142 (#4263) 2024-06-30 13:03:32 +00:00
features fix(ui): prevent overflow of branch selector in commit graph 2025-01-19 21:50:12 +01:00
markup Fix margin above headline in rendered org-mode (#4076) 2024-06-11 03:34:21 +00:00
modules Make switch larger on touchscreen devices (#6546) 2025-01-13 17:28:36 +00:00
repo Fix minor misalignment (#6541) 2025-01-13 08:27:42 +00:00
shared Forbid deprecated `break-word` in CSS (#30934) 2024-05-12 20:03:10 +02:00
standalone
themes ui: update styling of comment headers and role labels (#6816) 2025-02-07 01:07:16 +00:00
actions.css Add support for workflow_dispatch (#3334) 2024-06-28 05:17:11 +00:00
admin.css
base.css New repo: Clean up and improve CSS 2024-12-28 22:31:12 +01:00
dashboard.css fix(ui): prevent uppercase in header of dashboard context selector 2024-08-04 16:10:15 +05:00
explore.css [Port] gitea#29982 Introduce `.secondary-nav` and handle `.page-content` spacing universally 2024-03-28 16:43:09 +01:00
font_i18n.css
form.css Rework user profile settings 2024-12-30 16:42:58 +01:00
helpers.css Merge pull request 'Replace `gt-word-break` with `tw-break-anywhere`' (#4102) from 0ko/forgejo:ui-replace-gt-word-break into forgejo 2024-06-11 10:39:03 +00:00
home.css [BRANDING] Add Forgejo light, dark, and auto themes 2024-02-05 16:02:13 +01:00
index.css ui: switch redesign (#6459) 2025-01-05 18:46:47 +00:00
install.css UI improvements to optional sections in installation page (#4062) 2024-06-07 17:57:54 +00:00
org.css Remove unneccessary uses of `word-break: break-all` (#31637) 2024-07-22 15:50:57 +02:00
repo.css fix: avoid y-axis clipping for branch name (#6817) 2025-02-07 10:04:24 +00:00
review.css fix(ui): put buttons in a single row on mobile 2024-11-25 18:43:09 +05:00
user.css Rework user profile settings 2024-12-30 16:42:58 +01:00