From 7200a9e2f0f33f9ae9c1b9f0b91ee3ac11e497a3 Mon Sep 17 00:00:00 2001 From: CK <31608392+unrealkakeman89@users.noreply.github.com> Date: Tue, 25 May 2021 14:40:26 -0400 Subject: [PATCH] Combat Enhancements fix By Jacob --- less/update/components/sidebar-global.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/less/update/components/sidebar-global.less b/less/update/components/sidebar-global.less index 9c5acbed..45bd2048 100644 --- a/less/update/components/sidebar-global.less +++ b/less/update/components/sidebar-global.less @@ -166,6 +166,12 @@ .token-name { text-shadow: none; } + .ce-image-wrapper { + .token-image { + width: auto; + height: auto; + } + } h4 { color: @colorBlack; } @@ -379,4 +385,4 @@ padding: 0 8px; margin: 0 0 8px; } -} \ No newline at end of file +}