diff options
| author | Haishan <[email protected]> | 2020-02-23 18:02:03 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2020-03-01 14:48:15 +0800 |
| commit | 2ff62bb0b90176b51058c3858ab9c5b2bc4a603f (patch) | |
| tree | e4da1de8dad90bfcba36457ec1e9ca41a2be4eb5 /src/components/ConnectionTable.module.css | |
| parent | 7441c50f6a2564bd18f7e8b5c78ebff091c90841 (diff) | |
feat(conns): show download upload speed
Diffstat (limited to 'src/components/ConnectionTable.module.css')
| -rw-r--r-- | src/components/ConnectionTable.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ConnectionTable.module.css b/src/components/ConnectionTable.module.css index 467904c..6697b58 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(11, max-content); + grid-template-columns: repeat(13, max-content); } .th { |
