Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

[Sources] the selection width is clipped #5149

@jasonLaster

Description

@jasonLaster

I think that upgrading to reps and the new tree component caused the sources tree node to be clipped.

this seems like a good fix

diff --git a/src/components/PrimaryPanes/Sources.css b/src/components/PrimaryPanes/Sources.css
index 0e49ca0..c32840c 100644
--- a/src/components/PrimaryPanes/Sources.css
+++ b/src/components/PrimaryPanes/Sources.css
@@ -33,6 +33,7 @@

 .sources-list .managed-tree .tree .node {
   padding: 0px 0px 0px 3px;
+  width: 100%;
 }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Priority

    None yet

    Jira

    None yet

    Severity

    None yet

    Estimate

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions