Skip to content

Commit 3885057

Browse files
authored
Merge pull request #2591 from allen-pattern/patch-1
Set dimensions on resize arrow SVG
2 parents 0466e45 + 545e5df commit 3885057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridstack.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $animation_speed: .3s !default;
7070
> .ui-resizable-nw,
7171
> .ui-resizable-se,
7272
> .ui-resizable-sw {
73-
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 16 16"><path d="m8 1 2 2H6l2-2v14l-2-2h4l-2 2"/></svg>');
73+
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="16" height="16" viewBox="0 0 16 16"><path d="m8 1 2 2H6l2-2v14l-2-2h4l-2 2"/></svg>');
7474
background-repeat: no-repeat;
7575
background-position: center;
7676
}

0 commit comments

Comments
 (0)