css: Add more padding to node and port names, remove column spacing in ports grid

This commit is contained in:
Tom A. Wagner
2023-09-18 17:55:23 +02:00
parent 89f417f260
commit 1db39fb71f
3 changed files with 3 additions and 5 deletions

View File

@@ -42,11 +42,11 @@ node {
}
node label.heading {
padding: 4px;
padding: 4px 7px;
}
port label {
padding: 3px;
padding: 4px 6px;
}
port-handle {