ui: fix PVC Summary card height (#6996)

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>

Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
This commit is contained in:
Francesco Torchia 2022-10-05 09:55:51 +02:00 committed by GitHub
parent 66c1e4e566
commit d97843be21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -295,4 +295,7 @@ export default {
max-height: 100%;
height: 100%;
}
.info-box {
flex-grow: 0;
}
</style>