This is an automated email from the ASF dual-hosted git repository.
mintsweet pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
The following commit(s) were added to refs/heads/main by this push:
new af2cd0ba8 fix: icon missed in data scope select (#6897)
af2cd0ba8 is described below
commit af2cd0ba8c3de7225833c6b94d856f81d55417c9
Author: 青湛 <[email protected]>
AuthorDate: Wed Jan 31 22:15:44 2024 +1300
fix: icon missed in data scope select (#6897)
---
.../blueprint/detail/components/add-connection-dialog/index.tsx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/config-ui/src/routes/blueprint/detail/components/add-connection-dialog/index.tsx
b/config-ui/src/routes/blueprint/detail/components/add-connection-dialog/index.tsx
index d781338e4..7b41e51fa 100644
---
a/config-ui/src/routes/blueprint/detail/components/add-connection-dialog/index.tsx
+++
b/config-ui/src/routes/blueprint/detail/components/add-connection-dialog/index.tsx
@@ -41,8 +41,12 @@ const Option = styled.div`
}
}
- span + span {
+ .name {
margin-left: 8px;
+ max-width: 90%;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
}
`;