Vue-material: md-dialog width

Created on 9 May 2017  路  2Comments  路  Source: vuematerial/vue-material

Is it possible to make larger width on md-dialog ?

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%;}

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lovepluskaka picture lovepluskaka  路  3Comments

maryleloisa picture maryleloisa  路  3Comments

korylprince picture korylprince  路  3Comments

capttrousers picture capttrousers  路  3Comments

xinzhanguo picture xinzhanguo  路  3Comments