mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
FIX: use more specific target for ".tag-box"
This avoids tags named "box" from receiving styling aimed at this specific element on the tag list page.
This commit is contained in:
parent
f8f7091e57
commit
bfadb1fabc
|
@ -11,7 +11,7 @@
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.tag-box {
|
||||
.tag-list .tag-box {
|
||||
display: inline-block;
|
||||
width: 300px;
|
||||
margin-bottom: 1em;
|
||||
|
|
Loading…
Reference in New Issue
Block a user