mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:16:41 +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 {
|
a {
|
||||||
display: block;
|
&:not(.discourse-tag) {
|
||||||
padding: 5px;
|
display: block;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
transition: all linear .15s;
|
transition: all linear .15s;
|
||||||
|
|
||||||
.user-results {
|
.user-results {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user