diff --git a/webui/src/components/Inspect.svelte b/webui/src/components/Inspect.svelte index 035f176..1343cc4 100644 --- a/webui/src/components/Inspect.svelte +++ b/webui/src/components/Inspect.svelte @@ -371,16 +371,6 @@ } } - .inspect { - .show-detail { - display: none; - } - - .hide-detail { - display: unset; - } - } - .inspect.detail { .main-content { position: relative;