Change DashletBadge preferred height

This commit is contained in:
Stephen Abello
2026-01-12 16:28:18 +01:00
parent 076a6d0495
commit df943ec8b5

View File

@@ -2391,7 +2391,7 @@ HTML;
'min_height' => 1,
'min_width' => 2,
'preferred_width' => 2,
'preferred_height' => 2,
'preferred_height' => 1,
];
}
}