Skip to content

Commit 5b00c19

Browse files
committed
css update
1 parent 9f506da commit 5b00c19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "remix-development-tools",
33
"description": "Remix development tools - a set of tools for developing/debugging Remix.run apps",
44
"author": "Alem Tuzlak",
5-
"version": "3.6.1",
5+
"version": "3.6.2",
66
"license": "MIT",
77
"keywords": [
88
"remix",

src/RemixDevTools/layout/Tabs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ const Tabs = ({ plugins, setIsOpen }: TabsProps) => {
123123
className={twMerge(
124124
clsx(
125125
isConnecting && "rdt-pointer-events-none rdt-animate-pulse rdt-cursor-default",
126-
"rdt-mt-auto rdt-w-full rdt-pb-2",
127-
detachedWindow ? "rdt-mr-0" : "rdt-border-b"
126+
"rdt-mt-auto rdt-w-full ",
127+
detachedWindow ? "rdt-mr-0" : ""
128128
)
129129
)}
130130
onClick={() => setSettings({ shouldConnectWithForge: true })}

0 commit comments

Comments
 (0)