Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Gamez Diaz <[email protected]>
  • Loading branch information
antgamdia committed Sep 29, 2022
1 parent 47866f2 commit 37e3a6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@
}

.table-control {
max-width: 98%;
margin-top: 1em;
margin-bottom: 1em;
max-width: 98%;
}


.table-button {
margin-left: "-0.75em";
margin-right: "-0.75em";
margin-left: "-0.75em";
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2022 the Kubeapps contributors.
// SPDX-License-Identifier: Apache-2.0

import { CdsButton } from "@cds/react/button";
import { CdsIcon } from "@cds/react/icon";
import ReactTooltip from "react-tooltip";
Expand Down
2 changes: 1 addition & 1 deletion dashboard/src/components/Layout/Layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}
}

.layout>main {
.layout > main {
flex: 1;
}

Expand Down

0 comments on commit 37e3a6f

Please sign in to comment.