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/09/19 19:48:29 UTC

[incubator-dlab] 03/04: added missed package

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

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

commit db72322d968c177330a8382f06a076e2753d3042
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Thu Sep 19 22:46:36 2019 +0300

    added missed package
---
 .../self-service/src/main/resources/webapp/src/app/app.module.ts   | 2 +-
 .../src/main/resources/webapp/src/app/layout/layout.component.ts   | 1 +
 services/self-service/src/main/resources/webapp/src/styles.scss    | 7 ++++++-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/app.module.ts b/services/self-service/src/main/resources/webapp/src/app/app.module.ts
index 15b4e4d..680ae7c 100644
--- a/services/self-service/src/main/resources/webapp/src/app/app.module.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/app.module.ts
@@ -20,9 +20,9 @@
 import { NgModule } from '@angular/core';
 import { FormsModule, ReactiveFormsModule } from '@angular/forms';
 import { RouterModule } from '@angular/router';
-import { BrowserModule } from '@angular/platform-browser';
 import { LocationStrategy, HashLocationStrategy } from '@angular/common';
 import { HttpClientModule } from '@angular/common/http';
+import { BrowserModule } from '@angular/platform-browser';
 import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
 import { ToastrModule } from 'ngx-toastr';
 
diff --git a/services/self-service/src/main/resources/webapp/src/app/layout/layout.component.ts b/services/self-service/src/main/resources/webapp/src/app/layout/layout.component.ts
index 9699698..f3667fa 100644
--- a/services/self-service/src/main/resources/webapp/src/app/layout/layout.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/layout/layout.component.ts
@@ -22,6 +22,7 @@ import { Component, OnInit } from '@angular/core';
 @Component({
   selector: 'dlab-layout',
   templateUrl: './layout.component.html',
+  styles: [`main { height: 100%;}`]
 })
 export class LayoutComponent implements OnInit {
   constructor() { }
diff --git a/services/self-service/src/main/resources/webapp/src/styles.scss b/services/self-service/src/main/resources/webapp/src/styles.scss
index 923e384..a408a09 100644
--- a/services/self-service/src/main/resources/webapp/src/styles.scss
+++ b/services/self-service/src/main/resources/webapp/src/styles.scss
@@ -163,7 +163,12 @@ mat-chip.mat-chip strong {
 }
 
 .base-retreat {
-  margin: 12px 15px;
+  height: 100%;
+  max-height: 100%;
+  width: 100%;
+  box-sizing: border-box;
+  padding: 12px 15px;
+  display: inline-block;
 }
 
 .sub-nav {


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