From 0d84034a16370f922a995fdb01be1bdf8df98e1e Mon Sep 17 00:00:00 2001 From: Heiko Wilknitz Date: Thu, 23 Nov 2023 18:34:47 +0100 Subject: [PATCH] Update v20231119 --- libs/VisualisationHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/VisualisationHelper.php b/libs/VisualisationHelper.php index f908dcf..9cd3d46 100644 --- a/libs/VisualisationHelper.php +++ b/libs/VisualisationHelper.php @@ -174,7 +174,7 @@ protected function BuildWidget(array $waste, string $skin, array $custom) #col1 {width: 50%; height: 100%; display: flex; float: left;} #col2 {width: 50%; height: 100%; float: left; text-align: left;} #row1 {width: 100%; height: 65%; display: flex;} - .icon {height: 100%;}' . + .icon {width: 100%; height: 100%;}' . $wic . ' .text {font-size: 1.2em;} .hidden {width:0; height:0; position:absolute;}