mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 22:21:55 +08: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