Posts: 295
Threads: 80
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: 4978
Threads: 28
Joined: Aug 2017
Reputation:
228
try this
Code:
.well.control.control-pincode{
transform: scale(1.5);
}
------------------------------
Ctrl+F5