diff options
| author | Haishan <[email protected]> | 2019-05-15 00:26:02 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-05-27 22:53:58 +0800 |
| commit | 96891092f0db0ca283955e73d6093fc46a2b6c87 (patch) | |
| tree | f0478ae65c13d7bed96ea6f5b9040d1c30a94522 /src/components/TrafficChartSample.js | |
| parent | 16e61f15333b2724cf754124de926e1597ce5bde (diff) | |
feat: improve UI on mobile
Diffstat (limited to 'src/components/TrafficChartSample.js')
| -rw-r--r-- | src/components/TrafficChartSample.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TrafficChartSample.js b/src/components/TrafficChartSample.js index b75bc54..92c19b6 100644 --- a/src/components/TrafficChartSample.js +++ b/src/components/TrafficChartSample.js @@ -44,7 +44,7 @@ export default function TrafficChart({ id }) { return ( <div style={{ - width: 150, + width: 130, padding: 5 }} > |
