diff options
author | Tao Shen <shentao@chinamobile.com> | 2020-02-24 08:04:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-24 08:04:08 +0000 |
commit | 2f3a4ddaee7bf578f83fa9af7bd18e54c84b54d3 (patch) | |
tree | 5d7f424c9c52530e573622471714e4b792f9de20 /usecaseui-portal/src/app/views/services/services-list/top-card | |
parent | 3bb632ae93f5dbe1ef43a9c08e380c142a69e1ce (diff) | |
parent | 1c0e11d0e8221eedbc86577501d5fd40d4890d7e (diff) |
Merge "USECASEUI-388 fixed and with additional changes Fixed i18Resource, subtittle wrap and directive folder Path. Alos added few changes for adapting multiple templates."
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.less | 4 |
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 0d95773f..9b5ce8e8 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; |