Update rte autocomplete styling (#10503)
* amend className to reflect usage * move new class into file used by Send/Edit composers * add border styling to autocomplete
This commit is contained in:
parent
b77b2df29b
commit
7a250f41ac
3 changed files with 14 additions and 8 deletions
|
@ -119,7 +119,7 @@ const WysiwygAutocomplete = forwardRef(
|
|||
}
|
||||
|
||||
return room ? (
|
||||
<div className="mx_SendWysiwygComposer_AutoCompleteWrapper" data-testid="autocomplete-wrapper">
|
||||
<div className="mx_WysiwygComposer_AutoCompleteWrapper" data-testid="autocomplete-wrapper">
|
||||
<Autocomplete
|
||||
ref={ref}
|
||||
query={buildQuery(suggestion)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue