Skip to content

Commit

Permalink
Fix search bar width
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Sep 22, 2022
1 parent d466258 commit 604b60f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/web-app-search/src/portals/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ export default {
padding: 0 var(--oc-space-xlarge);
}
.oc-width-expand {
display: flex;
width: 100%;
}
input,
input:not(:placeholder-shown) {
background-color: var(--oc-color-input-bg);
Expand Down

0 comments on commit 604b60f

Please sign in to comment.