Posts: 276
Threads: 75
Joined: May 2017
Reputation:
0
Hi, is there a way (css) to increase the dimension of the Pin input panel for an ojbect?
Thanks in advance
Peppe
Posts: 4722
Threads: 24
Joined: Aug 2017
Reputation:
214
try this
Code:
.well.control.control-pincode{
transform: scale(1.5);
}
------------------------------
Ctrl+F5