mirror of
https://github.com/SilenceLurker/ST-Amily2-Chat-Optimisation.git
synced 2026-06-06 15:55:50 +00:00
Update WorldEditor.css
This commit is contained in:
@@ -570,6 +570,12 @@
|
|||||||
#world-editor-container .world-editor-entry-content {
|
#world-editor-container .world-editor-entry-content {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
max-width: 100%;
|
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 {
|
#world-editor-container .world-editor-batch-actions {
|
||||||
|
|||||||
Reference in New Issue
Block a user