0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-20 10:28:23 +01:00
gitea/web_src/js/components
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
..
.eslintrc.yaml Improve context popup rendering (#30824) (#30829) 2024-05-02 13:47:32 +00:00
ActionRunStatus.vue Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
ActivityHeatmap.vue Fix activity heat map padding & locale (#30823) (#30827) 2024-05-02 13:27:45 +00:00
ContextPopup.vue Improve context popup rendering (#30824) (#30829) 2024-05-02 13:47:32 +00:00
DashboardRepoList.vue Fix DashboardRepoList margin (#31121) (#31128) 2024-05-28 17:12:15 +08:00
DiffCommitSelector.vue Fix "Filter by commit" Dropdown (#31695) (#31696) 2024-07-25 09:44:34 +08:00
DiffFileList.vue Migrate font-family to tailwind (#30118) 2024-03-28 08:31:07 +00:00
DiffFileTree.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
DiffFileTreeItem.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
PullRequestMergeForm.vue Remove fomantic button module (#30475) 2024-04-14 17:53:52 +00:00
RepoActionView.vue Fix overflowing content in action run log (#31842) (#31853) 2024-08-18 08:34:05 +08:00
RepoActivityTopAuthors.vue bump vue-bar-graph (#31705) (#31753) 2024-08-01 21:34:32 +03:00
RepoBranchTagSelector.vue Fix some UI problems (dropdown/container) (#30849) (#30871) 2024-05-06 07:45:04 +00:00
RepoCodeFrequency.vue Have time.js use UTC-related getters/setters (#30857) (#30869) 2024-05-06 10:01:22 +08:00
RepoContributors.vue Fix Activity Page Contributors dropdown (#31264) (#31269) 2024-06-06 08:14:00 +00:00
RepoRecentCommits.vue Have time.js use UTC-related getters/setters (#30857) (#30869) 2024-05-06 10:01:22 +08:00
ScopedAccessTokenSelector.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00