You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by an...@apache.org on 2019/07/24 12:27:31 UTC

[incubator-dlab] 01/02: [DLAB-935]: groups aligning fixes on confirmation dialog

This is an automated email from the ASF dual-hosted git repository.

ankovalyshyn pushed a commit to branch DLAB-814
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit bfe3770fc509bdefdf69c89752a9da54fb9deadf
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Wed Jul 24 14:01:53 2019 +0300

    [DLAB-935]: groups aligning fixes on confirmation dialog
---
 .../resources/webapp/src/app/administration/roles/roles.component.ts    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.ts b/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.ts
index 58d4711..2e94b25 100644
--- a/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/administration/roles/roles.component.ts
@@ -234,7 +234,7 @@ export class RolesComponent implements OnInit {
     <button type="button" class="butt butt-success" mat-raised-button (click)="dialogRef.close(true)">Yes</button>
   </div>
   `,
-  styles: [`.group-name { max-width: 96%; display: inline-block; }`]
+  styles: [`.group-name { max-width: 96%; display: inline-block; vertical-align: bottom; }`]
 })
 export class ConfirmDeleteUserAccountDialogComponent {
   constructor(


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org