1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-20 01:45:59 -04:00
gitea/web_src/js/components
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
..
ActionRunStatus.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
ActivityHeatmap.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
ContextPopup.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
DashboardRepoList.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
DiffCommitSelector.vue Fix "Filter by commit" Dropdown (#31695) 2024-07-25 01:48:51 +00:00
DiffFileList.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
DiffFileTree.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
DiffFileTreeItem.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
PullRequestMergeForm.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
RepoActionView.vue Fix overflowing content in action run log (#31842) 2024-08-16 23:34:27 -04:00
RepoActivityTopAuthors.vue bump vue-bar-graph (#31705) 2024-08-01 20:42:51 +03:00
RepoBranchTagSelector.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
RepoCodeFrequency.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
RepoContributors.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
RepoRecentCommits.vue Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
ScopedAccessTokenSelector.vue fix the component of access token list not mounted (#31824) 2024-08-16 17:37:36 +00:00