diff --git a/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail-summary.component.html b/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail-summary.component.html index 2b4921c411..4637296739 100644 --- a/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail-summary.component.html +++ b/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail-summary.component.html @@ -3,12 +3,11 @@

{{summary.description}}

-
+
{{'HELM_CHART.NO_README' | translate}}
-
diff --git a/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail-summary.component.scss b/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail-summary.component.scss index f723ec76cc..042c13fdd6 100644 --- a/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail-summary.component.scss +++ b/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail-summary.component.scss @@ -1,26 +1,28 @@ -.md-container { - margin-top: 15px; - border: solid 1px #DDDDDD; - padding: 3px; -} +.content-wrapper { + margin-top:20px; + padding: 0 0 0 15px; -.summary-container { - margin-top: 15px; - - table { - background-color: #F2F2F2; - margin-top: 0.5rem; - } - - .content-group { - margin-bottom: 30px; + .md-container { + border: solid 1px #ddd; } - .content-icon { - margin-right: 6px; - } - - .text-wrapper { - word-break: break-all; + .summary-container { + padding:0; + table { + background-color: #F2F2F2; + margin-top: 0.5rem; + } + + .content-group { + margin-bottom: 30px; + } + + .content-icon { + margin-right: 6px; + } + + .text-wrapper { + word-break: break-all; + } } } \ No newline at end of file diff --git a/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail.component.html b/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail.component.html index 269ea3e3e5..ece33a4ce0 100644 --- a/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail.component.html +++ b/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail.component.html @@ -1,16 +1,14 @@
-
-
-
-
- {{chartNameWithVersion | translate}} -
-
- {{roleName | translate}} -
+
+
+
+ {{chartNameWithVersion | translate}} +
+
+ {{roleName | translate}}
-
+
diff --git a/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail.component.scss b/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail.component.scss index f7931d2c30..26aa1c44bd 100644 --- a/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail.component.scss +++ b/src/ui_ng/lib/src/helm-chart/chart-detail/chart-detail.component.scss @@ -13,4 +13,15 @@ .detail-loading { @include absolute-center; +} + +.flex-container { + display: flex; + -webkit-display:flex; + justify-content: space-between; + + .title-container { + display: flex; + align-items:center; + } } \ No newline at end of file