Skip to content

Commit

Permalink
fix(console): small design adjustments (#7031)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex authored Aug 20, 2024
1 parent 75ca07a commit ec8f18b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const LogsWidget = memo(({ onResourceClick }: LogsWidgetProps) => {
]);

return (
<div className="relative h-full flex flex-col gap-2">
<div className="relative h-full flex flex-col">
<ConsoleLogsFilters
selectedLogTypeFilters={selectedLogTypeFilters}
setSelectedLogTypeFilters={setSelectedLogTypeFilters}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const StatusBar = ({
theme.bg1,
theme.text1,
theme.border3,
"px-4 flex gap-2 items-center text-2xs w-full relative z-10",
"px-2 flex gap-2 items-center text-2xs w-full relative z-10",
)}
>
{/*left side*/}
Expand Down

0 comments on commit ec8f18b

Please sign in to comment.