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:
authorAlexander Shubin <aleksandrs.subins@zabbix.com>2022-10-24 17:06:29 +0300
committerAlexander Shubin <aleksandrs.subins@zabbix.com>2022-10-24 17:06:29 +0300
commit6f6a8460497bbd66232c26c447b99704398d77f6 (patch)
tree8135dddf6821e47e52ec476d9c1a2b28fed14e94 /sass
parentb8ab87883b794b51ce522c45eb3ce80703eb9e29 (diff)
..F....... [ZBXNEXT-7469] fixed column configuration for top host widget
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss8
1 files changed, 6 insertions, 2 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 213c18a088a..420be97c89f 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -3084,7 +3084,7 @@ $form-icon-btn: (
margin: 0 10px;
.dashboard-widget-head {
- margin-bottom: 14px;
+ margin-bottom: 12px;
.icon-doc-link {
margin-right: -26px;
@@ -3103,11 +3103,15 @@ $form-icon-btn: (
width: 100%;
max-height: calc(100vh - 220px);
max-width: inherit;
- margin: 0 -10px 10px;
+ margin: 0 -10px 8px;
padding: 0 10px;
position: relative;
@extend %webkit-scrollbar;
+ > form {
+ padding: 2px 0;
+ }
+
.table-forms {
.table-forms-td-right {
padding-right: 8px;