fix: label preview text wrapping

This commit is contained in:
Wartana
2026-02-28 22:22:52 +08:00
parent 01706ffc52
commit f3c3145c08

View File

@@ -270,6 +270,7 @@ select:focus {
padding: 10px;
background-color: white;
border: 1px solid #eee;
word-break: break-all;
}
.preview-name {