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/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
6 months ago
..
ActionRunStatus.vue Convert frontend code to typescript (#31559) 8 months ago
ActivityHeatmap.vue Convert frontend code to typescript (#31559) 8 months ago
ContextPopup.vue Convert frontend code to typescript (#31559) 8 months ago
DashboardRepoList.vue Convert frontend code to typescript (#31559) 8 months ago
DiffCommitSelector.vue Fix "Filter by commit" Dropdown (#31695) 7 months ago
DiffFileList.vue Convert frontend code to typescript (#31559) 8 months ago
DiffFileTree.vue Convert frontend code to typescript (#31559) 8 months ago
DiffFileTreeItem.vue Convert frontend code to typescript (#31559) 8 months ago
PullRequestMergeForm.vue Convert frontend code to typescript (#31559) 8 months ago
RepoActionView.vue Fix overflowing content in action run log (#31842) 6 months ago
RepoActivityTopAuthors.vue bump vue-bar-graph (#31705) 7 months ago
RepoBranchTagSelector.vue Convert frontend code to typescript (#31559) 8 months ago
RepoCodeFrequency.vue Convert frontend code to typescript (#31559) 8 months ago
RepoContributors.vue Convert frontend code to typescript (#31559) 8 months ago
RepoRecentCommits.vue Convert frontend code to typescript (#31559) 8 months ago
ScopedAccessTokenSelector.vue fix the component of access token list not mounted (#31824) 6 months ago