Skip to content

Commit

Permalink
fix centering issue now that search hints makes label appear offset f…
Browse files Browse the repository at this point in the history
…rom search box
  • Loading branch information
dsschult committed Sep 15, 2021
1 parent ec38a23 commit f5d77f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pubs/static/external.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
}
.publication_filters div.search, .publication_filters div.submit {
width: 100%;
align-items: center;
}
.publication_filters div.search input {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion pubs/static/external.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var loadDeps = async function(baseurl){

const pub_html = `
<div class="publication_filters"><form action="javascript:void(0);" autocomplete="off">
<div class="input vcenter search">
<div class="input search">
<label for="search">Text search: </label>
<div>
<input type="text" name="search" v-model.trim="filters.search" />
Expand Down

0 comments on commit f5d77f4

Please sign in to comment.