1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-20 01:45:59 -04:00
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 Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
modules Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
render Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
standalone Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
utils Add types to various low-level functions (#31781) 2024-08-10 09:46:48 +00:00
vendor Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
webcomponents Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
bootstrap.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
bootstrap.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
globals.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
htmx.ts Add types for js globals (#31586) 2024-07-11 10:20:51 +00:00
index.ts fix the component of access token list not mounted (#31824) 2024-08-16 17:37:36 +00:00
svg.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
svg.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
types.ts Add types to fetch,toast,bootstrap,svg (#31627) 2024-07-25 23:31:24 +00:00
utils.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
utils.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
vitest.setup.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00