Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAndrejs Griščenko <andrejs.griscenko@zabbix.com>2022-06-30 09:17:05 +0300
committerAndrejs Griščenko <andrejs.griscenko@zabbix.com>2022-06-30 09:17:05 +0300
commit472e353c05cc7bdf099f603011214fb711bae92e (patch)
tree503922b7f28512ee70eb939bda1a6f4b2c4007ba /ui
parenta4c5c9dba07f1bbc61efeb8174c00107b6d3a52b (diff)
..F....... [ZBX-20781] fixed wrong number of rows being shown in collapsed subfilter
Diffstat (limited to 'ui')
-rw-r--r--ui/assets/styles/blue-theme.css2
-rw-r--r--ui/assets/styles/dark-theme.css2
-rw-r--r--ui/assets/styles/hc-dark.css2
-rw-r--r--ui/assets/styles/hc-light.css2
4 files changed, 4 insertions, 4 deletions
diff --git a/ui/assets/styles/blue-theme.css b/ui/assets/styles/blue-theme.css
index b6c9422069b..ce84664004d 100644
--- a/ui/assets/styles/blue-theme.css
+++ b/ui/assets/styles/blue-theme.css
@@ -1629,7 +1629,7 @@ div.dashboard-grid-widget-tophosts z-bar-gauge {
line-height: 18px;
overflow: hidden; }
.expandable-subfilter.ten-lines {
- max-height: calc(18px * 10); }
+ max-height: calc(20px * 10); }
.expandable-subfilter > div {
display: inline; }
.expandable-subfilter .hidden {
diff --git a/ui/assets/styles/dark-theme.css b/ui/assets/styles/dark-theme.css
index 76b018d5a74..f399a7aacf5 100644
--- a/ui/assets/styles/dark-theme.css
+++ b/ui/assets/styles/dark-theme.css
@@ -1642,7 +1642,7 @@ div.dashboard-grid-widget-tophosts z-bar-gauge {
line-height: 18px;
overflow: hidden; }
.expandable-subfilter.ten-lines {
- max-height: calc(18px * 10); }
+ max-height: calc(20px * 10); }
.expandable-subfilter > div {
display: inline; }
.expandable-subfilter .hidden {
diff --git a/ui/assets/styles/hc-dark.css b/ui/assets/styles/hc-dark.css
index ef29f7797a8..cea2dd7e23a 100644
--- a/ui/assets/styles/hc-dark.css
+++ b/ui/assets/styles/hc-dark.css
@@ -1632,7 +1632,7 @@ div.dashboard-grid-widget-tophosts z-bar-gauge {
line-height: 18px;
overflow: hidden; }
.expandable-subfilter.ten-lines {
- max-height: calc(18px * 10); }
+ max-height: calc(20px * 10); }
.expandable-subfilter > div {
display: inline; }
.expandable-subfilter .hidden {
diff --git a/ui/assets/styles/hc-light.css b/ui/assets/styles/hc-light.css
index b04ce2133db..abbdecea337 100644
--- a/ui/assets/styles/hc-light.css
+++ b/ui/assets/styles/hc-light.css
@@ -1632,7 +1632,7 @@ div.dashboard-grid-widget-tophosts z-bar-gauge {
line-height: 18px;
overflow: hidden; }
.expandable-subfilter.ten-lines {
- max-height: calc(18px * 10); }
+ max-height: calc(20px * 10); }
.expandable-subfilter > div {
display: inline; }
.expandable-subfilter .hidden {