Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Default sizing and font definitions are overriden by Autocomplete #1945

Open
AMoo-Miki opened this issue Jul 19, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@AMoo-Miki
Copy link
Contributor

What is the bug?
The overriding of the default styling handed down by OUI produces inconsistent UX.

#autocomplete-textarea {
width: 100%;
outline: none;
min-height: 40px;
max-width: unset;
height: 45px;
resize: vertical;
font-size: 16px;
padding-right: 40px;
}

and

style={{ marginTop: '0px', height: '18px', padding: '8px' }}

result in

@AMoo-Miki AMoo-Miki added bug Something isn't working untriaged labels Jul 19, 2024
@dblock dblock removed the untriaged label Aug 5, 2024
@dblock
Copy link
Member

dblock commented Aug 5, 2024

[Catch All Triage - 1, 2, 3]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants