From b3d67442981fca4ae86abed8bc635e1a005920ee Mon Sep 17 00:00:00 2001 From: charlie Date: Tue, 14 Jan 2025 08:51:58 +0800 Subject: [PATCH] enhance(ui): broken line for the datetime label --- src/main/frontend/components/property.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/frontend/components/property.css b/src/main/frontend/components/property.css index c390c13b26..5b2b46c4db 100644 --- a/src/main/frontend/components/property.css +++ b/src/main/frontend/components/property.css @@ -187,6 +187,10 @@ .select-item { @apply flex items-center shrink; } + + &[data-type="datetime"] { + @apply whitespace-nowrap; + } } .block-main-container .ls-properties-area {