diff --git a/AUTHORS.md b/AUTHORS.md index 672c11d3..d9dbe022 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,6 +2,7 @@ The list of contributors in alphabetical order: +- [Alp Tuna](https://orcid.org/0009-0001-1915-3993) - [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663) - [Diego Rodriguez](https://orcid.org/0000-0003-0649-2002) - [Dinos Kousidis](https://orcid.org/0000-0002-4914-4289) diff --git a/reana-ui/src/pages/profile/components/GitLabProjects.js b/reana-ui/src/pages/profile/components/GitLabProjects.js index 65f26f5d..d991331c 100644 --- a/reana-ui/src/pages/profile/components/GitLabProjects.js +++ b/reana-ui/src/pages/profile/components/GitLabProjects.js @@ -2,7 +2,7 @@ -*- coding: utf-8 -*- This file is part of REANA. - Copyright (C) 2020, 2021, 2022 CERN. + Copyright (C) 2020, 2021, 2022, 2024 CERN. REANA is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. @@ -171,8 +171,20 @@ export default function GitLabProjects() { verticalAlign="middle" /> - {name} - + + {name} + + {path} diff --git a/reana-ui/src/pages/profile/components/GitLabProjects.module.scss b/reana-ui/src/pages/profile/components/GitLabProjects.module.scss index 10f9dcbd..af5e8b74 100644 --- a/reana-ui/src/pages/profile/components/GitLabProjects.module.scss +++ b/reana-ui/src/pages/profile/components/GitLabProjects.module.scss @@ -2,7 +2,7 @@ -*- coding: utf-8 -*- This file is part of REANA. - Copyright (C) 2020 CERN. + Copyright (C) 2020, 2024 CERN. REANA is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. @@ -22,6 +22,12 @@ :global(.ui.list > .item).list-item { display: flex; align-items: center; + + > :global(.content) { + display: flex !important; + flex-direction: column; + align-items: flex-start; + } } .pagination {