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:
alunturner 2023-04-04 14:52:57 +01:00 committed by GitHub
parent b77b2df29b
commit 7a250f41ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 8 deletions

View file

@ -84,10 +84,3 @@ limitations under the License.
border-color: $quaternary-content;
}
}
.mx_SendWysiwygComposer_AutoCompleteWrapper {
position: relative;
> .mx_Autocomplete {
min-width: 100%;
}
}