mirror of https://github.com/rancher/dashboard.git
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:
parent
66c1e4e566
commit
d97843be21
|
|
@ -295,4 +295,7 @@ export default {
|
|||
max-height: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.info-box {
|
||||
flex-grow: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue