FIX: tags and topic links rendered outside of page header

This commit is contained in:
Neil Lalonde 2017-03-29 16:48:53 -04:00
parent 3914f746b8
commit 8742f5176f
1 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,12 @@ $tag-color: scale-color($primary, $lightness: 40%);
}
}
.d-header .topic-header-extra {
display: inline-block;
.discourse-tags { display: inline-block; }
.topic-featured-link { margin-left: 8px; }
}
.select2-container-multi .select2-choices .select2-search-choice.discourse-tag-select2 {
padding-top: 5px;
-webkit-box-shadow: none;