X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/0214643f72c6aaa8e85eaba2ad27f2ca03ca6401..58d1e96373dee3849af719bdedb3d57c51adc5c3:/modules/nodePane/nodePane.less

diff --git a/modules/nodePane/nodePane.less b/modules/nodePane/nodePane.less
index 5dfd252..b7e4012 100644
--- a/modules/nodePane/nodePane.less
+++ b/modules/nodePane/nodePane.less
@@ -1,9 +1,14 @@
-.rng-module-nodePane {
-    label {
-        width: 50px;
-        display: inline-block;
-    }
-    select {
-        width: 100px;
-    }
+.rng-module-nodePane {
+    label {
+        width: 50px;
+        display: inline-block;
+    }
+    select {
+        width: 100px;
+    }
+
+    input {
+        width: 80px;
+        padding: 0 10px;
+    }
 }
\ No newline at end of file