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:
parent
8bd40fdb04
commit
c22609ee0c
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user