Update WorldEditor.css

This commit is contained in:
2025-12-01 20:17:05 +08:00
committed by GitHub
parent 0337516613
commit 6c14e287ad

View File

@@ -570,6 +570,12 @@
#world-editor-container .world-editor-entry-content {
white-space: normal;
max-width: 100%;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
}
#world-editor-container .world-editor-batch-actions {