Minor padding fix
Summary: per title Reviewed By: jknoxville Differential Revision: D24993266 fbshipit-source-id: 42d1718a4f111505cf69d1accc7d7f7cee9285a9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
d5557ef8de
commit
17ff06c085
@@ -87,7 +87,9 @@ export function AppInspect() {
|
|||||||
client={client}
|
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.ScrollContainer>
|
||||||
</Layout.Top>
|
</Layout.Top>
|
||||||
|
|||||||
Reference in New Issue
Block a user