Skip to content

Commit

Permalink
Fix/DF-316 apply filters button v2 (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHeeryTNA authored Sep 13, 2023
1 parent 0a914d5 commit 5103f29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def create_superuser(c):
"python",
"manage.py",
"createsuperuser",
"--noinput"
"--noinput",
]
)

Expand Down
8 changes: 4 additions & 4 deletions sass/includes/search/_long-filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@
}

.cancel-return {
float:none;
float: none;

@media only screen and (min-width: #{$screen__md + 1px}) {
//background: green;
float:right;
float: right;

}
}
}

0 comments on commit 5103f29

Please sign in to comment.