From 7d96fe04ccf2f5acde9ea9b29817b3bc5530e9e2 Mon Sep 17 00:00:00 2001 From: Francis Mercier Date: Fri, 30 Aug 2019 00:16:26 -0400 Subject: [PATCH] img with float parameter causing layout issues. img appear in-between ud-cards because of it. Other themes do not have their img tag set to float. --- src/UniversalDashboard/Themes/Azure.psd1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/UniversalDashboard/Themes/Azure.psd1 b/src/UniversalDashboard/Themes/Azure.psd1 index 6ec62802..3e4ced2b 100644 --- a/src/UniversalDashboard/Themes/Azure.psd1 +++ b/src/UniversalDashboard/Themes/Azure.psd1 @@ -160,9 +160,6 @@ '.collection .collection-item'= @{ 'background-color' = "#252525" } - 'img' = @{ - 'float'= "left" - } '.pagination li.active' = @{ 'background-color' = "#FFFFFF" }