1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

fix: integration tests / pod-logs regression after moving to css-modules (dock-tab-content)

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-10-20 17:02:22 +03:00
parent 8bd40fdb04
commit c22609ee0c

View File

@ -143,7 +143,7 @@ export class Logs extends React.Component<Props> {
}
return (
<div className="PodLogs flex column box grow">
<div className="PodLogs flex column" style={{ flex: 1 }}>
{this.renderResourceSelector(data)}
<LogList
logs={logs}