summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/services-list/top-card
diff options
context:
space:
mode:
authorroot <preethamshyam.sathiyaseelan@us.fujitsu.com>2020-02-21 11:34:03 +0000
committerroot <preethamshyam.sathiyaseelan@us.fujitsu.com>2020-02-24 06:24:36 +0000
commit1c0e11d0e8221eedbc86577501d5fd40d4890d7e (patch)
treeb20d544f5a67b60f4ac1babf32c266679649879a /usecaseui-portal/src/app/views/services/services-list/top-card
parent324c150c6bc6c81bfc35af23aa865cba2a1fccf4 (diff)
USECASEUI-388 fixed and with additional changes
Fixed i18Resource, subtittle wrap and directive folder Path. Alos added few changes for adapting multiple templates. Change-Id: Ie64485d24d11bcfd59be6c3c119dbccbc6c9b499 Issue-ID: USECASEUI-388 Signed-off-by: root <preethamshyam.sathiyaseelan@us.fujitsu.com>
Diffstat (limited to 'usecaseui-portal/src/app/views/services/services-list/top-card')
-rw-r--r--usecaseui-portal/src/app/views/services/services-list/top-card/top-card.component.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/usecaseui-portal/src/app/views/services/services-list/top-card/top-card.component.less b/usecaseui-portal/src/app/views/services/services-list/top-card/top-card.component.less
index a235b1e6..000d68d2 100644
--- a/usecaseui-portal/src/app/views/services/services-list/top-card/top-card.component.less
+++ b/usecaseui-portal/src/app/views/services/services-list/top-card/top-card.component.less
@@ -32,6 +32,7 @@
p{
height: 28px;
margin-bottom: 0;
+ line-height: 15px;
padding-left: 5px;
font-size: 14px;
clear: both;
@@ -51,11 +52,10 @@
}
}
p:nth-child(1){
- margin-top: 25px;
+ margin-top: 20px;
}
.service-description{
- white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: #3C4F8C;