Closed loweoj closed 4 years ago
Adding a custom node type with a long display name results in the node type label splitting over multiple lines which doesn't look great.
The issue is this css with a fixed width:
.nav-builder .node-type { float: right; width: 80px; font-size: 12px; text-transform: lowercase; padding: 6px 7px; cursor: default; }
Fixed in 1.3.22
Description
Adding a custom node type with a long display name results in the node type label splitting over multiple lines which doesn't look great.
The issue is this css with a fixed width:
Steps to reproduce
Additional info