gitea/web_src/js
Adrian Hirt 61aaf34401
Fix overflowing content in action run log (#31842)
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.

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
2024-08-16 23:34:27 -04:00
..
components Fix overflowing content in action run log (#31842) 2024-08-16 23:34:27 -04:00
features fix the component of access token list not mounted (#31824) 2024-08-16 17:37:36 +00:00
markup
modules Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
render
standalone
utils Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
vendor
webcomponents
bootstrap.test.ts
bootstrap.ts
globals.ts
htmx.ts
index.ts fix the component of access token list not mounted (#31824) 2024-08-16 17:37:36 +00:00
svg.test.ts
svg.ts
types.ts
utils.test.ts
utils.ts
vitest.setup.ts