diff --git a/src/app/frontend/common/components/contentcard/contentcard.scss b/src/app/frontend/common/components/contentcard/contentcard.scss index bf982f083e3c..c4a3720e50a2 100644 --- a/src/app/frontend/common/components/contentcard/contentcard.scss +++ b/src/app/frontend/common/components/contentcard/contentcard.scss @@ -21,7 +21,6 @@ kd-content-card { display: block; - height: 100%; margin: 2.5 * $baseline-grid; } diff --git a/src/app/frontend/logs/logs.html b/src/app/frontend/logs/logs.html index f5462c8e47f6..86c2a270b67d 100644 --- a/src/app/frontend/logs/logs.html +++ b/src/app/frontend/logs/logs.html @@ -41,13 +41,13 @@
-   +  
- +
- + {{ctrl.i18n.MSG_LOGS_TITLE_FROM}} {{ctrl.podLogs.firstLogLineReference.logTimestamp | date : "short"}} {{ctrl.i18n.MSG_LOGS_TITLE_TO}} diff --git a/src/app/frontend/logs/logs.scss b/src/app/frontend/logs/logs.scss index 0fe85ff9e708..9c463222ec49 100644 --- a/src/app/frontend/logs/logs.scss +++ b/src/app/frontend/logs/logs.scss @@ -52,10 +52,13 @@ $logs-color-white: #fff; .kd-log-view { flex: 1; font-family: $font-family-medium-monospace; - white-space: pre-wrap; width: 100%; } +.kd-log-line { + white-space: pre-wrap; +} + // The style below is to make the logs view card full width & height. kd-content-card { &.kd-log-content-card {