You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 months ago
..
components Fix overflowing content in action run log (#31842) 6 months ago
features fix the component of access token list not mounted (#31824) 6 months ago
markup Convert frontend code to typescript (#31559) 8 months ago
modules Add types to various low-level functions (#31781) 7 months ago
render Convert frontend code to typescript (#31559) 8 months ago
standalone Convert frontend code to typescript (#31559) 8 months ago
utils Add types to various low-level functions (#31781) 7 months ago
vendor Convert frontend code to typescript (#31559) 8 months ago
webcomponents Convert frontend code to typescript (#31559) 8 months ago
bootstrap.test.ts Convert frontend code to typescript (#31559) 8 months ago
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
globals.ts Convert frontend code to typescript (#31559) 8 months ago
htmx.ts Add types for js globals (#31586) 8 months ago
index.ts fix the component of access token list not mounted (#31824) 6 months ago
svg.test.ts Convert frontend code to typescript (#31559) 8 months ago
svg.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
types.ts Add types to fetch,toast,bootstrap,svg (#31627) 7 months ago
utils.test.ts Convert frontend code to typescript (#31559) 8 months ago
utils.ts Convert frontend code to typescript (#31559) 8 months ago
vitest.setup.ts Convert frontend code to typescript (#31559) 8 months ago