mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-14 00:33:04 +02:00
Upgrade Tailwind to v4 (#491)
This commit is contained in:
@@ -34,7 +34,7 @@ export function ResponseHeaders({ response }: Props) {
|
||||
<span className="select-text cursor-text">{response.url}</span>
|
||||
<IconButton
|
||||
iconSize="sm"
|
||||
className="inline-block w-auto !h-auto opacity-50 hover:opacity-100"
|
||||
className="inline-block w-auto h-auto! opacity-50 hover:opacity-100"
|
||||
icon="external_link"
|
||||
onClick={() => openUrl(response.url)}
|
||||
title="Open in browser"
|
||||
|
||||
Reference in New Issue
Block a user