How do I fix this CSS issue with the search box?

Theme: Slate

This is what happens to the search box.

Screen Shot 2021-11-13 at 5.07.12 PM

And this on the darkly theme

Screen Shot 2021-11-13 at 5.12.44 PM

And this on the Superhero theme

Screen Shot 2021-11-13 at 5.14.08 PM

Hi @JesseTron,

Do you have any other CSS on this page or layout?

Ahh yes. table-style-2

Can you try this?

.table-style-2 .form-control {
    border-top-left-radius: 0.3 rem;
    border-bottom-left-radius: 0.3 rem;
    border: 1px solid #cccccc;
}