提交 47f172bc 编写于 作者: A Annabel Dunstone Gray

Merge branch 'fix-image-diff-swipe-handle' into 'master'

Fix image diff swipe handle offset to correctly align with the frame

Closes #37928

See merge request gitlab-org/gitlab-ce!14392
......@@ -134,8 +134,9 @@
width: maxWidth + 1,
height: maxHeight + 2
});
// Set swipeBar left position to match image frame
$swipeBar.css({
left: 0
left: 1
});
wrapPadding = parseInt($swipeWrap.css('right').replace('px', ''), 10);
......
---
title: Fix image diff swipe handle offset to correctly align with the frame
merge_request:
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册