From d3bb2144f540dc2afee521be4871da16348b8301 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 26 Apr 2023 07:44:15 -0400 Subject: [PATCH] Set height on thumbnail container div to prevent row from collapsing when thumbnail goes absolute --- web/skins/classic/views/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php index 355fb3d43..7e93c7103 100644 --- a/web/skins/classic/views/console.php +++ b/web/skins/classic/views/console.php @@ -344,7 +344,7 @@ for ($monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1) { $thmbWidth = ( $options['width'] ) ? 'width:'.$options['width'].'px;' : ''; $thmbHeight = ( $options['height'] ) ? 'height:'.$options['height'].'px;' : ''; - $imgHTML = '
' : '>'; $imgHTML .= '