0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-13 15:12:18 -05:00
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
codemirror
editor
features fix(ui): prevent overflow of branch selector in commit graph 2025-01-19 21:50:12 +01:00
markup
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
standalone
themes ui: update styling of comment headers and role labels (#6816) 2025-02-07 01:07:16 +00:00
actions.css
admin.css
base.css New repo: Clean up and improve CSS 2024-12-28 22:31:12 +01:00
dashboard.css
explore.css
font_i18n.css
form.css Rework user profile settings 2024-12-30 16:42:58 +01:00
helpers.css
home.css
index.css ui: switch redesign (#6459) 2025-01-05 18:46:47 +00:00
install.css
org.css
repo.css fix: avoid y-axis clipping for branch name (#6817) 2025-02-07 10:04:24 +00:00
review.css
user.css Rework user profile settings 2024-12-30 16:42:58 +01:00