Merge pull request #4788 from GabrielInTheWorld/aNameForThisBranch

Fixes correct displaying for 'Active filters'
This commit is contained in:
Emanuel Schütze 2019-06-18 19:38:45 +02:00 committed by GitHub
commit ae76a1991d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ span.right-with-margin {
.current-filters {
display: flex;
justify-content: flex-start;
margin: 5px;
margin: 0 5px;
button {
padding: 3px;
font-size: 80%;