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>2022-03-04 11:19:11 +0300
committerAndrejs Verza <andrejs.verza@zabbix.com>2022-03-08 10:47:03 +0300
commit942ba1acebd6e9e7cce18adfd8d71006ffcbf260 (patch)
tree8494e0c31f34823a555f3f618fdf330454c0db50 /sass
parentabc4a48f2f15be742e46fe154f3379f4caffe309 (diff)
..F....... [ZBXNEXT-7420] fixed doc link being too far apart from close button in popups
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/screen.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/sass/stylesheets/sass/screen.scss b/sass/stylesheets/sass/screen.scss
index 992dc56832d..0c883d3ba0e 100644
--- a/sass/stylesheets/sass/screen.scss
+++ b/sass/stylesheets/sass/screen.scss
@@ -3060,6 +3060,10 @@ $form-icon-btn: (
.dashboard-widget-head {
margin-bottom: 14px;
+ .icon-doc-link {
+ margin-right: -26px;
+ }
+
.overlay-close-btn {
position: static;
margin: -9px -6px 0 38px;