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 {
display: block;
padding: 5px;
&:not(.discourse-tag) {
display: block;
padding: 5px;
}
transition: all linear .15s;
.user-results {