search: Fix outline of clear search button.

Fixed by including the margin and padding in the
`width: 100%` calculation.
This commit is contained in:
Aman Agrawal 2024-07-22 04:13:21 +00:00 committed by Tim Abbott
parent e6df844865
commit cc867de2c5
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@
.input-append {
position: relative;
width: 100%;
box-sizing: border-box;
margin-bottom: 0;
}