Skip to content

Commit 10afcf0

Browse files
Alejandro Fernández Gómezkibanamachine
andauthored
[Logs UI] wrap lines inside <LogStream /> (#83449)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent fd9f504 commit 10afcf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/infra/public/components/log_stream

x-pack/plugins/infra/public/components/log_stream/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Read more at https://github.com/elastic/kibana/blob/master/src/plugins/kibana_re
134134
columnConfigurations={columnConfigurations}
135135
items={streamItems}
136136
scale="medium"
137-
wrap={false}
137+
wrap={true}
138138
isReloading={isReloading}
139139
isLoadingMore={isLoadingMore}
140140
hasMoreBeforeStart={hasMoreBefore}

0 commit comments

Comments
 (0)