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:
Penar Musaraj 2019-04-29 13:55:40 -04:00
parent f8f7091e57
commit bfadb1fabc

View File

@ -11,7 +11,7 @@
margin-bottom: 20px;
}
.tag-box {
.tag-list .tag-box {
display: inline-block;
width: 300px;
margin-bottom: 1em;