fix(list-view): Remove ugly scroll from list view

This commit is contained in:
sahil28297 2019-10-04 13:46:53 +05:30 committed by GitHub
parent 0d77727789
commit bb3d435569
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@
.active-tag-filters {
display: flex;
overflow: scroll;
.filter-button, .filter-tag {
margin: 0 10px 10px 0;
}