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/17 14:48:20 UTC

[incubator-dlab] 01/03: [DLAB-867]: fixed grid layout wrapping

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

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

commit 0e469d25ae2c1eb0a4d27a4abc925bb633b7babe
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Wed Jul 17 15:15:27 2019 +0300

    [DLAB-867]: fixed grid layout wrapping
---
 .../main/resources/webapp/src/app/resources/resources.component.html  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.html
index 3020738..7595650 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.html
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.html
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 
-<section class="base-retreat">
+<div class="base-retreat">
   <div class="sub-nav">
     <div>
       <button mat-raised-button class="butt butt-create" (click)="createEnvironment()"
@@ -44,4 +44,4 @@
   </div>
   <mat-divider></mat-divider>
   <resources-grid></resources-grid>
-</section>
+</div>


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