Closed camassucato closed 5 years ago
Look at the different props in classes "display"
It was
has become
This happened due to an update vuetify?
Hi! Thank you for using our products and sorry for the late response. This is happening because in the package.json all the dependencies are automatically updated to the latest versions when you run the npm install. We will do a quick update with this. To fix the problem you must remove in package.json the sign ^
from all dependencies (ex. "vue": "^2.6.10" ). After this you must delete your package-lock.json
and node_modules
and run again npm install, now this should work for you.
Regards, Dragos
Hi, Dragos! I did this, but an error comes up. If you remove the line with an error in the main.scss file, then the styles are still not correct.
package.json
Tell me, please, in which folder are the styles for display-2 I can't find them =(
Dragos. I received the same instruction via premium support (zendesk) and too many other problems occours after that. I think some one need to apply some attention on that matter...
Hi there! We are sorry for this. My colleague @johnleider will fix these issues and we will make an update soon.
Thank you for your understanding!
Regards, Dragos
Same here !
It seems that the CSS is totally different (font size, border radius and more)
It needs a proper fix, not sticking to exact dependency versions as we might want / need to update them in the near future !
this is resolved for next release.
when is the release planned?
Version
1.0.3
Reproduction link
http://157.245.80.246/#/
Operating System
MacOSX 10.14.6
Device
Macbook Pro
Browser & Version
Chrome Version 77.0.3865.90
Steps to reproduce
Just open the reproduction link.
What is expected?
On demo of the vuetify-material-dashboard-pro, all letters and fonts looks nice and not oversized.
What is actually happening?
On many devices and builds created, the dist build looks oversized and desproporcional. Cards titles, cards numbers and others components looks too much bigger than original demo of the kit.
Solution
No solution yet.
Additional comments