Logic Machine Forum
PIN PANEL SIZE - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: PIN PANEL SIZE (/showthread.php?tid=5786)



PIN PANEL SIZE - gdimaria - 11.12.2024

Hi, is there a way (css) to increase the dimension of the Pin input panel for an ojbect?

Thanks in advance

Peppe


RE: PIN PANEL SIZE - Daniel - 11.12.2024

try this
Code:
.well.control.control-pincode{
  transform: scale(1.5);
}