Skip to content

Commit

Permalink
Make tag + version elements wrap in addon listings
Browse files Browse the repository at this point in the history
  • Loading branch information
Hecksa committed Apr 22, 2021
1 parent c8db82e commit 3370879
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,13 +585,16 @@ thead:last-child tr:last-child th:first-child, tbody:last-child tr:last-child td
margin-bottom:2px;
}

.addonListing header span {
display: inline-block;
}

span.version,
span.tag {
padding: 3px 7px;
border-radius:10px;
color: #FFF;
margin-right:3px;
vertical-align: top;
}

span.version {
Expand Down

0 comments on commit 3370879

Please sign in to comment.