This is an automated email from the ASF dual-hosted git repository. dgnatyshyn pushed a commit to branch DLAB-1943 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit 274e2deb1a2f36c2b93b5a96be7f361dc524e541 Author: Dmytro_Gnatyshyn <[email protected]> AuthorDate: Tue Jul 28 16:21:51 2020 +0300 [DLAB-1943]: small fix --- .../project/project-list/project-list.component.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.scss b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.scss index e2f2da2..9050ff6 100644 --- a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.scss +++ b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.scss @@ -29,6 +29,14 @@ table { padding: 20px 0 10px 24px; } + th.name{ + padding-top: 10px; + } + + .mat-header-row{ + padding-top: 12px; + } + .endpoints { width: 45%; padding: 15px 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
