euvl / vue-notification

:icecream: Vue.js 2 library for showing notifications
http://vue-notification.yev.io/
MIT License
2.39k stars 213 forks source link

width not working #213

Closed asalgan closed 3 years ago

asalgan commented 3 years ago

I am setting the width as a prop:

this.$notify({
   text: "This is text", 
   type: 'success', 
   width: '50px',
   duration: 1000
});

And it still defaults to the 300px. There is nothing in my code overriding this, it just continues to default to 300px. It also does not change if I set the width to be a percentage as well

joeslyon commented 3 years ago
<notifications group="foo" width='50px'/>
github-actions[bot] commented 3 years ago

Stale issue message