style(export): tighten path label spacing

This commit is contained in:
aits2026
2026-03-06 17:18:06 +08:00
parent 5c93c4db57
commit b17844e837

View File

@@ -577,7 +577,13 @@
min-width: 0; min-width: 0;
display: flex; display: flex;
align-items: center; align-items: center;
gap: 8px; gap: 4px;
.control-label {
width: 48px;
flex-basis: 48px;
flex-shrink: 0;
}
} }
.path-inline-row { .path-inline-row {