Skip to content
Snippets Groups Projects
Unverified Commit cc1eab3a authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1606 from OpenTechFund/fix/js-sass-lint-after-sprint3

Lint fixes following up on sprint 3.
parents 907639a5 9aba65ae
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,6 @@ ...@@ -9,8 +9,6 @@
const filterOpenClass = 'filters-open'; const filterOpenClass = 'filters-open';
const filterActiveClass = 'is-active'; const filterActiveClass = 'is-active';
const $filterForm = $('.js-filter-form');
const urlParams = new URLSearchParams(window.location.search); const urlParams = new URLSearchParams(window.location.search);
const persistedParams = ['sort', 'query', 'submission']; const persistedParams = ['sort', 'query', 'submission'];
......
...@@ -116,6 +116,7 @@ ...@@ -116,6 +116,7 @@
padding: 0 0 1rem; padding: 0 0 1rem;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
& > * { & > * {
flex: 1 1 55px; flex: 1 1 55px;
max-width: 55px; max-width: 55px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment