From 80cbd1ac2e8673ba5c3d19f9ab47a62ecede44c4 Mon Sep 17 00:00:00 2001 From: Rylan Date: Tue, 16 Sep 2025 20:17:34 +0800 Subject: [PATCH] fix(table): remove width property from ellipsis class to prevent layout issues --- style/mobile/components/table/_index.less | 1 - style/web/components/table/_index.less | 1 - 2 files changed, 2 deletions(-) diff --git a/style/mobile/components/table/_index.less b/style/mobile/components/table/_index.less index 692edd5cff..51d3ff4316 100644 --- a/style/mobile/components/table/_index.less +++ b/style/mobile/components/table/_index.less @@ -769,7 +769,6 @@ .@{prefix}-table__ellipsis { white-space: nowrap; - width: 100%; } .@{prefix}-table__content { diff --git a/style/web/components/table/_index.less b/style/web/components/table/_index.less index c0c2d693da..6d21341f5b 100644 --- a/style/web/components/table/_index.less +++ b/style/web/components/table/_index.less @@ -849,7 +849,6 @@ .@{prefix}-table__ellipsis { white-space: nowrap; - width: 100%; } .@{prefix}-table__content {