This is an automated email from the ASF dual-hosted git repository.

harikrishna pushed a commit to branch backup-capacity
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 1ce8709f71924b08ff2cc094e06adc253aaf92ff
Author: Harikrishna Patnala <[email protected]>
AuthorDate: Wed Sep 3 13:10:17 2025 +0530

    Fix the tile to full size
---
 ui/src/views/dashboard/CapacityDashboard.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/views/dashboard/CapacityDashboard.vue 
b/ui/src/views/dashboard/CapacityDashboard.vue
index 9b374628886..bf25b706306 100644
--- a/ui/src/views/dashboard/CapacityDashboard.vue
+++ b/ui/src/views/dashboard/CapacityDashboard.vue
@@ -673,6 +673,7 @@ export default {
 
 .dashboard-storage {
   width: 100%;
+  min-height: 370px;
   overflow-x:hidden;
   overflow-y: scroll;
   max-height: 370px;

Reply via email to