diff options
-rw-r--r-- | components/kube/contents/ui/LogView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/kube/contents/ui/LogView.qml b/components/kube/contents/ui/LogView.qml index d5f9f710..f655b977 100644 --- a/components/kube/contents/ui/LogView.qml +++ b/components/kube/contents/ui/LogView.qml | |||
@@ -163,6 +163,7 @@ Controls.SplitView { | |||
163 | Kube.Label { | 163 | Kube.Label { |
164 | text: details.message | 164 | text: details.message |
165 | wrapMode: Text.Wrap | 165 | wrapMode: Text.Wrap |
166 | Layout.fillWidth: true | ||
166 | } | 167 | } |
167 | Item { | 168 | Item { |
168 | Layout.columnSpan: 2 | 169 | Layout.columnSpan: 2 |