From 93d8f46cfea46c2cd146dc6f61169e5736f53076 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 24 Jul 2020 19:54:15 +0300 Subject: [PATCH] chore: fix Github stars widget width on demo page --- demo/index.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/demo/index.tsx b/demo/index.tsx index 2804945fed..dc39c33a1e 100644 --- a/demo/index.tsx +++ b/demo/index.tsx @@ -7,7 +7,10 @@ import ComboBox from './ComboBox'; const demos = [ { value: 'https://api.apis.guru/v2/specs/instagram.com/1.0.0/swagger.yaml', label: 'Instagram' }, - { value: 'https://api.apis.guru/v2/specs/googleapis.com/calendar/v3/swagger.yaml', label: 'Google Calendar' }, + { + value: 'https://api.apis.guru/v2/specs/googleapis.com/calendar/v3/swagger.yaml', + label: 'Google Calendar', + }, { value: 'https://api.apis.guru/v2/specs/slack.com/1.2.0/swagger.yaml', label: 'Slack' }, { value: 'https://api.apis.guru/v2/specs/zoom.us/2.0.0/swagger.yaml', label: 'Zoom.us' }, { value: 'https://docs.graphhopper.com/openapi.json', label: 'GraphHopper' }, @@ -94,7 +97,7 @@ class DemoApp extends React.Component< src="https://ghbtns.com/github-btn.html?user=Redocly&repo=redoc&type=star&count=true&size=large" frameBorder="0" scrolling="0" - width="150px" + width="160px" height="30px" />