div.tags {
   width: auto;
   display: block;
}

div.tags::after {
   content: "";
   display: block; 
   visibility: hidden; 
   clear: both;
}

div.tags ul {
   display: inline;
}

.tags {
  padding-left: 0px;
}
.tags ul {
  margin: 0px;
  padding: 0px;
}

.tags li {
  border: 1px solid grey;
  background: #800;
  box-shadow: 1px 1px 1px grey;
  border-radius: 4px;
  font-size: 11px;
  padding: 4px 4px 4px 4px;
  margin: 2px 2px 2px 2px;
  display: inline;
  float: left;
}

.tags li.title {
  background: #A10;
}

.tags a.issue-tag {
  text-decoration: none;
  color: white;
}
.tags a.issue-tag:hover {
  color: yellow;
}

#content .tags a.issue-tag {
  text-decoration: none;
  color: white;
}
#content .tags a.issue-tag:hover {
  color: yellow;
}