This is an automated email from the ASF dual-hosted git repository. mintsweet pushed a commit to branch fix-6890 in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit f3b60bfcbddf8b9cf7f99b6250307c7e6a2edbc8 Author: mintsweet <[email protected]> AuthorDate: Wed Jan 31 22:06:53 2024 +1300 fix: icon missed in data scope select --- .../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; } `;
