From d199d5b882731b4f03ec64d72efbee1bd0ef17cb Mon Sep 17 00:00:00 2001 From: Larvan2 <78135608+Larvan2@users.noreply.github.com> Date: Wed, 17 May 2023 22:48:03 +0800 Subject: Revert "larvanz" This reverts commit b75c36f26d2fa7ffcdae610659662e4a7c59a2e8. --- src/components/ConnectionTable.module.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/components/ConnectionTable.module.scss') diff --git a/src/components/ConnectionTable.module.scss b/src/components/ConnectionTable.module.scss index 4db900e..d25eb7d 100644 --- a/src/components/ConnectionTable.module.scss +++ b/src/components/ConnectionTable.module.scss @@ -43,17 +43,18 @@ } .break { - /* 上边下边 | 左边右边 */ - max-width: 13em; - min-width: 9em; word-wrap: break-word; word-break: break-all; + align-items: center; + text-align: left; } .td { /* 上边下边 | 左边右边 */ padding: 10px 2px; font-size: 0.9em; + // max-width: 14em; + min-width: 9em; cursor: default; align-items: center; text-align: left; -- cgit v1.3.1