Skip to content

Commit

Permalink
removed border radius 0 on LemonInput--type-search
Browse files Browse the repository at this point in the history
  • Loading branch information
adamleithp committed Dec 20, 2024
1 parent c249ecd commit 118c790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/lib/lemon-ui/LemonInput/LemonInput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
&.LemonInput--type-search {
// NOTE Design: Search inputs are given a specific small width
max-width: 240px;
border-radius: 0;
}

&.LemonInput--type-number {
Expand Down

0 comments on commit 118c790

Please sign in to comment.