summaryrefslogtreecommitdiff
path: root/src/components/ConnectionTable.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ConnectionTable.module.scss')
-rw-r--r--src/components/ConnectionTable.module.scss7
1 files changed, 4 insertions, 3 deletions
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;