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/13 08:21:05 UTC

[incubator-dlab] 02/06: [DLAB-1031]: fixed names overlaping on billing detail dialog

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 794fd9137d47eac4e9ac0ddc763292d58c479c68
Author: Andriana Kovalyshyn <An...@epam.com>
AuthorDate: Thu Sep 12 15:17:13 2019 +0300

    [DLAB-1031]: fixed names overlaping on billing detail dialog
---
 .../cost-details-dialog.component.scss                    | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/cost-details-dialog/cost-details-dialog.component.scss b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/cost-details-dialog/cost-details-dialog.component.scss
index 8bce082..64ef43c 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/cost-details-dialog/cost-details-dialog.component.scss
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/cost-details-dialog/cost-details-dialog.component.scss
@@ -20,7 +20,9 @@
 .billing-detail-dialog {
   table {
     width: 100%;
-    th, td {
+
+    th,
+    td {
       border: 1px solid #edf1f5;
       padding: 18px 15px;
       text-align: left;
@@ -32,10 +34,12 @@
   .service {
     width: 30%;
   }
+
   .resource-type,
   .cost-currency {
     width: 10%;
   }
+
   .resource-name,
   .usage-date-start,
   .usage-date-end {
@@ -43,14 +47,18 @@
     overflow: hidden;
     text-overflow: ellipsis;
     padding-right: 10px;
+    white-space: nowrap;
   }
+
   .wide-name-field {
     width: 25%;
   }
+
   .resource-name {
     cursor: pointer;
     width: 20%;
   }
+
   .total {
     padding: 18px 20px 0;
     text-align: right;
@@ -64,7 +72,12 @@
   max-height: 285px;
   overflow-y: auto;
 }
+
 .mat-list-item-content {
   font-size: 15px !important;
   justify-content: space-between;
 }
+
+mat-tooltip-component>.mat-tooltip {
+  white-space: pre;
+}


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