Skip to content

Commit

Permalink
fix(style): remove absolute icon positioning to prevent overlapping (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay-Topher authored Apr 4, 2024
1 parent 66ec8bf commit 7441abd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/sections/MainToolbar/MainToolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,8 @@
// overrides to fix the search box wrapping to the next line
.p-search-box {
.p-search-box__input {
position: static;
padding-right: initial;
}

.p-search-box__button {
position: absolute;
}
}

// Reduce the margin of all direct descendants for consistent spacing
Expand Down

0 comments on commit 7441abd

Please sign in to comment.