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/sass
diff options
context:
space:
mode:
authorAndrejs Verza <andrejs.verza@zabbix.com>2021-03-21 15:55:02 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2021-03-21 15:55:02 +0300
commit34d2d2da65ad32119913a78f3c79733a06f4900b (patch)
tree10c9253a453ef2c8681135415216cfc84f888ca7 /sass
parent8a46a582571da4ad97cf52d50b36f8d8d17b9c80 (diff)
..F....... [ZBXNEXT-6309] refactoring
Diffstat (limited to 'sass')
-rwxr-xr-xsass/stylesheets/sass/components/_dashboard.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/stylesheets/sass/components/_dashboard.scss b/sass/stylesheets/sass/components/_dashboard.scss
index ad650ad8170..77ceab05f84 100755
--- a/sass/stylesheets/sass/components/_dashboard.scss
+++ b/sass/stylesheets/sass/components/_dashboard.scss
@@ -139,7 +139,7 @@
.dashbrd-navigation {
display: flex;
margin-top: 10px;
- padding-bottom: 4px;
+ padding-bottom: 2px;
&.is-scrollable {
.dashbrd-navigation-controls {
@@ -599,8 +599,8 @@
&.dashbrd-grid-iterator-hidden-header.iterator-double-header {
.dashbrd-grid-iterator-head {
- margin-top: -4rem;
- height: 4rem;
+ margin-top: calc(-4rem - 8px);
+ height: calc(4rem + 8px);
}
}
}