Skip to content

Commit

Permalink
Project governance files overflow (#1235)
Browse files Browse the repository at this point in the history
* project health check flies overflow

* project health check flies overflow
  • Loading branch information
svipulrao98 committed Jun 20, 2024
1 parent 41f8bdc commit bbb2e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webview_panels/src/modules/healthCheck/IssueList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const IssueList = ({
>
<div className="d-flex gap-sm align-items-center">
{openAccordion[k] ? <ArrowDownIcon /> : <ArrowRightIcon />}
<span>{v[0].original_file_path}</span>
<div className="lines-1">{v[0].original_file_path}</div>
</div>
<div />
<div />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@
.sidebarCard {
padding: 0.25em 0.5em;
border-radius: 4px;
}
}

0 comments on commit bbb2e47

Please sign in to comment.