Refactored PG search function to allow superflous words in search query.
This commit is contained in:
@@ -108,7 +108,6 @@ export default {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
|
||||
grid-gap: 0 .5rem;
|
||||
flex-grow: 1;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user