increased container versions widget height
This commit is contained in:
@@ -343,7 +343,6 @@ data:
|
||||
- type: custom-api
|
||||
title: Container Versions
|
||||
cache: 5m
|
||||
height: 250
|
||||
url: ${PROMETHEUS_URL}/api/v1/query
|
||||
parameters:
|
||||
query: >
|
||||
@@ -1323,6 +1322,18 @@ data:
|
||||
background: rgba(45, 126, 136, 0.16);
|
||||
}
|
||||
|
||||
/* =========================================================================
|
||||
CONTAINER VERSIONS WIDGET HEIGHT INCREASE
|
||||
========================================================================= */
|
||||
|
||||
.widget.widget-type-custom-api:has(.ver-widget) .ver-list {
|
||||
max-height: 360px !important;
|
||||
}
|
||||
.widget.widget-type-custom-api:has(.ver-widget) {
|
||||
min-height: 460px !important;
|
||||
}
|
||||
|
||||
|
||||
/* =========================================================================
|
||||
WIDGET ROUNDED CORNERS
|
||||
========================================================================= */
|
||||
|
||||
Reference in New Issue
Block a user