mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: tags and topic links rendered outside of page header
This commit is contained in:
parent
3914f746b8
commit
8742f5176f
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue