Skip to content

Commit

Permalink
revert changes to Flow.tsx and globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Jul 4, 2024
1 parent 0cc38eb commit 1636eab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions rnd/autogpt_builder/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@ body {
)
rgb(var(--background-start-rgb));
}

@layer utilities {
.text-balance {
text-wrap: balance;
}
}
5 changes: 1 addition & 4 deletions rnd/autogpt_builder/src/components/Flow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import ReactFlow, {
Connection,
} from 'reactflow';
import 'reactflow/dist/style.css';
import { ChevronLeftIcon, ChevronRightIcon, PlayIcon } from '@radix-ui/react-icons';
import { Button } from './ui/button';
import { Input } from './ui/input';
import CustomNode from './CustomNode';
import './flow.css';

Expand Down Expand Up @@ -387,4 +384,4 @@ const Flow: React.FC = () => {
);
};

export default Flow;
export default Flow;

0 comments on commit 1636eab

Please sign in to comment.