Prevent node headers wrapping

This commit is contained in:
Misode
2020-07-20 05:28:36 +02:00
parent d457b340c6
commit eab5d8a08c

View File

@@ -80,6 +80,7 @@
padding: 0 9px;
line-height: 1.94rem;
user-select: none;
white-space: nowrap;
background-color: var(--node-background-label);
}