Is it possible to make larger width on md-dialog ?
Thanks.
You can add a width to the .md-dialog class in your css like this, either with % or px as required
.md-dialog{width:90%;}
yes, it is solve my problem..
thanks.
Most helpful comment
You can add a width to the .md-dialog class in your css like this, either with % or px as required
.md-dialog{width:90%;}