fix for Edge
This commit is contained in:
parent
40bbb4736e
commit
7d5310f588
|
@ -35,6 +35,12 @@
|
||||||
position : 'relative',
|
position : 'relative',
|
||||||
margin : 0,
|
margin : 0,
|
||||||
padding : 0
|
padding : 0
|
||||||
|
})
|
||||||
|
.css({
|
||||||
|
listStylePosition : 'inside'
|
||||||
|
})
|
||||||
|
.css({
|
||||||
|
listStylePosition : 'outside'
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue