Skip to content

Commit

Permalink
Remove custom styles in favour of prop-defined styles
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Jul 17, 2024
1 parent 0716ef3 commit 4a6e483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 2 additions & 4 deletions ui/src/components/pod_logs_viewer/PodLogsViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import { LazyLog, ScrollFollow } from "react-lazylog";
import { slugify } from "@caraml-dev/ui-lib";
import isArray from "lodash/isArray";

import "./PodLogsViewer.scss";

export const PodLogsViewer = ({
components,
emitter,
Expand Down Expand Up @@ -140,8 +138,7 @@ export const PodLogsViewer = ({
<EuiPanel>
<EuiFlexGroup
direction="column"
gutterSize="none"
className="euiFlexGroup---logsContainer">
gutterSize="none">
<EuiFlexItem grow={false}>
<EuiSearchBar {...search} />
</EuiFlexItem>
Expand All @@ -158,6 +155,7 @@ export const PodLogsViewer = ({
extraLines={1}
onScroll={onScroll}
follow={follow}
height={640}
caseInsensitive
enableSearch
selectableLines
Expand Down
3 changes: 0 additions & 3 deletions ui/src/components/pod_logs_viewer/PodLogsViewer.scss

This file was deleted.

0 comments on commit 4a6e483

Please sign in to comment.