summaryrefslogtreecommitdiff
path: root/src/components/ConnectionTable.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2019-12-03 00:02:23 +0800
committerHaishan <[email protected]>2019-12-03 00:02:23 +0800
commit00e54b1b4fb1a1d45e389cde7ab455961f781b19 (patch)
tree5de61e5c0145de3b2e78bfc716c660abc50dcf08 /src/components/ConnectionTable.module.css
parent6300940c9c09255170679cdf218fdc6ce35eb327 (diff)
chore(connections): merge host and dPort into one column
Diffstat (limited to 'src/components/ConnectionTable.module.css')
-rw-r--r--src/components/ConnectionTable.module.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConnectionTable.module.css b/src/components/ConnectionTable.module.css
index 56e7c2a..467904c 100644
--- a/src/components/ConnectionTable.module.css
+++ b/src/components/ConnectionTable.module.css
@@ -1,6 +1,6 @@
.thead .tr {
display: grid;
- grid-template-columns: repeat(12, max-content);
+ grid-template-columns: repeat(11, max-content);
}
.th {