mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: rendering of block style tags in search results
This commit is contained in:
parent
2c15e9c6fe
commit
d9a9ad3edb
@ -178,8 +178,10 @@
|
||||
}
|
||||
|
||||
a {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
&:not(.discourse-tag) {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
}
|
||||
transition: all linear .15s;
|
||||
|
||||
.user-results {
|
||||
|
Loading…
Reference in New Issue
Block a user