Add left margin for app names in app selector
Summary: Changelog: Add left margin for app names in app selector Reviewed By: timur-valiev Differential Revision: D33162189 fbshipit-source-id: 4eb1a565e5cbcdfb44b0dfcaa4b0988c8a69d200
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6a8135af38
commit
af3757dcae
@@ -213,7 +213,7 @@ function computeEntries(
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
onSelectApp(device, client);
|
onSelectApp(device, client);
|
||||||
}}>
|
}}>
|
||||||
<Radio value={client.id}>
|
<Radio value={client.id} style={{marginLeft: theme.space.large}}>
|
||||||
<ClientTitle client={client} />
|
<ClientTitle client={client} />
|
||||||
</Radio>
|
</Radio>
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
|
|||||||
Reference in New Issue
Block a user