From 1c38fdd9c85eeaa936e6d2f17ce814d4d0ab133c Mon Sep 17 00:00:00 2001 From: Matthias Jentsch Date: Thu, 1 Oct 2015 18:23:02 +0200 Subject: [PATCH] Fix control width refs #5543 --- public/js/icinga/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/icinga/ui.js b/public/js/icinga/ui.js index 7831da5596..916265a4bf 100644 --- a/public/js/icinga/ui.js +++ b/public/js/icinga/ui.js @@ -567,7 +567,7 @@ top : $parent.offset().top, // Firefox gives 1px too much depending on total width. // TODO: find a better solution for -1 - width : ($fake.width() - 1) + 'px' + width : ($fake.outerWidth() - 1) + 'px' }); $fake.css({