fix: Reduce the width of the resize handle in the NDV (no-changelog) (#18057)

This commit is contained in:
Svetoslav Dekov
2025-08-07 14:06:29 +03:00
committed by GitHub
parent 847a5d822f
commit c2fe529d2b

View File

@@ -185,7 +185,7 @@ const resizerMove = (event: MouseEvent) => {
<style lang="scss" module>
.resize {
--resizer--size: 12px;
--resizer--size: 4px;
--resizer--side-offset: -2px;
--resizer--corner-offset: -3px;