Skip to content

Commit 4a6e483

Browse files
Remove custom styles in favour of prop-defined styles
1 parent 0716ef3 commit 4a6e483

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

ui/src/components/pod_logs_viewer/PodLogsViewer.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ import { LazyLog, ScrollFollow } from "react-lazylog";
1212
import { slugify } from "@caraml-dev/ui-lib";
1313
import isArray from "lodash/isArray";
1414

15-
import "./PodLogsViewer.scss";
16-
1715
export const PodLogsViewer = ({
1816
components,
1917
emitter,
@@ -140,8 +138,7 @@ export const PodLogsViewer = ({
140138
<EuiPanel>
141139
<EuiFlexGroup
142140
direction="column"
143-
gutterSize="none"
144-
className="euiFlexGroup---logsContainer">
141+
gutterSize="none">
145142
<EuiFlexItem grow={false}>
146143
<EuiSearchBar {...search} />
147144
</EuiFlexItem>
@@ -158,6 +155,7 @@ export const PodLogsViewer = ({
158155
extraLines={1}
159156
onScroll={onScroll}
160157
follow={follow}
158+
height={640}
161159
caseInsensitive
162160
enableSearch
163161
selectableLines

ui/src/components/pod_logs_viewer/PodLogsViewer.scss

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)