From 614ac96fa6e5f17f99e24b4e7f5ba3b36d68d05c 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 4d3fd154a6..207a7ef4a6 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;