gitea/web_src/js
Giteabot fe9a631939
Fix overflowing content in action run log (#31842) (#31853)
Backport #31842 by @Adrian-Hirt

When a long line with characters such as dots is returned by a step in
an action (e.g. by the output of the Ruby on Rails test runner), it
overflows the log container, causing the page to scroll sideways (see
first screenshot):


![before](https://github.com/user-attachments/assets/d71a8446-2c81-42d7-ad20-92514884365a)

This PR adds the CSS `overflow-wrap: anywhere;` to the
`.job-step-section .job-step-logs .job-log-line .log-msg` selector,
which causes such lines to wrap as well (see second screenshot in which
the line wraps nicely):


![after](https://github.com/user-attachments/assets/ba9abaec-dc0b-4fab-8129-b9341d4bf784)

Co-authored-by: Adrian Hirt <13788379+Adrian-Hirt@users.noreply.github.com>
2024-08-18 08:34:05 +08:00
..
components Fix overflowing content in action run log (#31842) (#31853) 2024-08-18 08:34:05 +08:00
features Fix dropzone JS error when attachment is disabled (#31486) 2024-06-26 18:09:25 +08:00
markup Migrate gt-hidden to tw-hidden (#30046) 2024-03-24 18:23:38 +00:00
modules Fix navbar + menu flashing on page load (#31281) (#31342) 2024-06-12 15:26:04 +00:00
render
standalone Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
utils Fix and clean up ConfirmModal (#31283) (#31291) 2024-06-07 15:51:54 +02:00
vendor
webcomponents Fix overflow menu flickering on mobile (#31484) (#31488) 2024-06-26 01:13:04 +08:00
bootstrap.js Check if reverse proxy is correctly configured (#30890) (#30935) 2024-05-10 12:34:04 +00:00
bootstrap.test.js
htmx.js
index.js Check if reverse proxy is correctly configured (#30890) (#30935) 2024-05-10 12:34:04 +00:00
jquery.js Forbid variables containing jQuery collections not having the $ prefix (#29839) 2024-03-16 12:22:16 +00:00
svg.js Update JS any PY dependencies, remove workarounds (#30085) 2024-03-26 09:41:40 +00:00
svg.test.js
utils.js enforce maxlength in frontend (#29389) 2024-02-25 14:31:15 +00:00
utils.test.js
vitest.setup.js