This is an automated email from the ASF dual-hosted git repository. ytykhun pushed a commit to branch DATALAB-2479 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 1cd5573010d5cc9a67e0bc836dff5dfb5464a773 Author: Yurii Tykhun <[email protected]> AuthorDate: Fri Jul 16 15:17:02 2021 +0300 [DATALAB-2479] removed extra scrollbar during endpoint disconnection --- .../modal-dialog/notification-dialog/notification-dialog.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts index 3183929..2cdee43 100644 --- a/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts +++ b/services/self-service/src/main/resources/webapp/src/app/shared/modal-dialog/notification-dialog/notification-dialog.component.ts @@ -150,7 +150,7 @@ import {Endpoint} from '../../../administration/project/project.component'; </div> `, styles: [` - .content { color: #718ba6; padding: 20px 50px; font-size: 14px; font-weight: 400; margin: 0; } + .content { color: #718ba6; padding: 20px 50px; font-size: 14px; font-weight: 400; margin: 0; max-height: 75vh; } .info { color: #35afd5; } .info .confirm-dialog { color: #607D8B; } header { display: flex; justify-content: space-between; color: #607D8B; } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
