Minor padding fix

Summary: per title

Reviewed By: jknoxville

Differential Revision: D24993266

fbshipit-source-id: 42d1718a4f111505cf69d1accc7d7f7cee9285a9
This commit is contained in:
Michel Weststrate
2020-11-16 13:08:05 -08:00
committed by Facebook GitHub Bot
parent d5557ef8de
commit 17ff06c085

View File

@@ -87,7 +87,9 @@ export function AppInspect() {
client={client}
/>
) : (
<Alert message="No device or app selected." type="info" />
<Layout.Container padh>
<Alert message="No device or app selected." type="info" />
</Layout.Container>
)}
</Layout.ScrollContainer>
</Layout.Top>