FIX: rendering of block style tags in search results

This commit is contained in:
Neil Lalonde 2017-10-24 17:55:30 -04:00
parent 2c15e9c6fe
commit d9a9ad3edb

View File

@ -178,8 +178,10 @@
} }
a { a {
display: block; &:not(.discourse-tag) {
padding: 5px; display: block;
padding: 5px;
}
transition: all linear .15s; transition: all linear .15s;
.user-results { .user-results {