Skip to content

Commit

Permalink
css update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Dec 8, 2023
1 parent 9f506da commit 5b00c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "remix-development-tools",
"description": "Remix development tools - a set of tools for developing/debugging Remix.run apps",
"author": "Alem Tuzlak",
"version": "3.6.1",
"version": "3.6.2",
"license": "MIT",
"keywords": [
"remix",
Expand Down
4 changes: 2 additions & 2 deletions src/RemixDevTools/layout/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ const Tabs = ({ plugins, setIsOpen }: TabsProps) => {
className={twMerge(
clsx(
isConnecting && "rdt-pointer-events-none rdt-animate-pulse rdt-cursor-default",
"rdt-mt-auto rdt-w-full rdt-pb-2",
detachedWindow ? "rdt-mr-0" : "rdt-border-b"
"rdt-mt-auto rdt-w-full ",
detachedWindow ? "rdt-mr-0" : ""
)
)}
onClick={() => setSettings({ shouldConnectWithForge: true })}
Expand Down

0 comments on commit 5b00c19

Please sign in to comment.