Fix autocomplete avatar alignment (#1414)
This commit is contained in:
parent
44a00e1b7e
commit
adc5b75b2b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ export const Autocomplete = observer(function AutocompleteImpl({
|
|||
|
||||
const styles = StyleSheet.create({
|
||||
container: {
|
||||
marginLeft: -54,
|
||||
marginLeft: -50, // Composer avatar width
|
||||
top: 10,
|
||||
borderTopWidth: 1,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue