mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-02 19:11:39 +02:00
Upgrade Tailwind to v4 (#491)
This commit is contained in:
@@ -57,7 +57,7 @@ export function HttpRequestLayout({ activeRequest, style }: Props) {
|
||||
<GraphQLDocsExplorer
|
||||
requestId={activeRequest.id}
|
||||
schema={graphQLSchema}
|
||||
className={classNames(orientation === "horizontal" && "!ml-0")}
|
||||
className={classNames(orientation === "horizontal" && "ml-0!")}
|
||||
style={style}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user