Skip to content

Commit

Permalink
icon spacing (0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluestreak01 committed Oct 23, 2024
1 parent 18c5a46 commit 8dc1e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/web-console/src/scenes/Result/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ const Actions = styled.div`
display: grid;
grid-auto-flow: column;
grid-auto-columns: max-content;
gap: 1rem;
gap: 0;
align-items: center;
justify-content: flex-end;
padding: 0 1rem;
width: 100%;
height: 4.5rem;
background: ${({ theme }) => theme.color.backgroundDarker};
Expand Down
2 changes: 1 addition & 1 deletion packages/web-console/src/scenes/Schema/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ const Schema = ({
afterTitle={
<div style={{ display: "flex", marginRight: "1rem" }}>
{tables && (
<Box align="center" gap="1rem">
<Box align="center" gap="0">
{selectOpen && (
<PopperHover
delay={350}
Expand Down

0 comments on commit 8dc1e97

Please sign in to comment.