mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-05-27 10:29:15 +00:00
UX: makes solved status filter adapt width to its content
This commit is contained in:
parent
a531a2b370
commit
26d247e3d7
@ -1,3 +1,9 @@
|
||||
{{#if siteSettings.solved_enabled}}
|
||||
{{combo-box content=statuses value=status valueAttribute="value" onSelect=(action "changeStatus")}}
|
||||
{{combo-box
|
||||
class="solved-status-filter"
|
||||
content=statuses
|
||||
value=status
|
||||
valueAttribute="value"
|
||||
onSelect=(action "changeStatus")
|
||||
}}
|
||||
{{/if}}
|
||||
|
@ -1,3 +1,9 @@
|
||||
.select-kit {
|
||||
&.solved-status-filter {
|
||||
min-width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.solved-panel,
|
||||
.post-controls .accepted,
|
||||
.fa.accepted,
|
||||
|
Loading…
x
Reference in New Issue
Block a user