diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php
index 2c1c08ab71..d3996bc7f8 100644
--- a/pandora_console/include/functions_html.php
+++ b/pandora_console/include/functions_html.php
@@ -1772,7 +1772,7 @@ function html_print_extended_select_for_time(
ob_start();
// Use the no_meta parameter because this image is only in the base console.
- echo '
';
+ echo '
';
html_print_select(
$fields,
$uniq_name.'_select',
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index bc743e9c77..9fe2db39c3 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -619,6 +619,13 @@ select:-internal-list-box {
align-items: flex-end;
}
+.flex-row-start {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ align-items: flex-start;
+}
+
.flex-space-around {
justify-content: space-around;
}