From 9e9150d85a8c383eb59a077a9d52b31cb20826a9 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 8 May 2019 09:59:26 +0100 Subject: [PATCH] ui: Make the proxy icon full size in service listings (#5799) --- ui-v2/app/styles/components/table.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-v2/app/styles/components/table.scss b/ui-v2/app/styles/components/table.scss index 4d3fd154a..207a7ef4a 100644 --- a/ui-v2/app/styles/components/table.scss +++ b/ui-v2/app/styles/components/table.scss @@ -24,7 +24,6 @@ td .kind-proxy { @extend %type-icon, %with-proxy; text-indent: -9000px !important; width: 24px; - transform: scale(0.7); } table:not(.sessions) tbody tr { cursor: pointer;