mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: force full width on mobile for cat and tag drops
This commit is contained in:
parent
adae963751
commit
47bef377f6
@ -18,6 +18,7 @@ export default ComboBoxComponent.extend({
|
|||||||
categoryStyle: Ember.computed.alias("siteSettings.category_style"),
|
categoryStyle: Ember.computed.alias("siteSettings.category_style"),
|
||||||
noCategoriesLabel: I18n.t("categories.no_subcategory"),
|
noCategoriesLabel: I18n.t("categories.no_subcategory"),
|
||||||
mutateAttributes() {},
|
mutateAttributes() {},
|
||||||
|
fullWidthOnMobile: true,
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
this._super();
|
this._super();
|
||||||
|
@ -19,6 +19,7 @@ export default ComboBoxComponent.extend({
|
|||||||
tagId: null,
|
tagId: null,
|
||||||
categoryStyle: Ember.computed.alias("siteSettings.category_style"),
|
categoryStyle: Ember.computed.alias("siteSettings.category_style"),
|
||||||
mutateAttributes() {},
|
mutateAttributes() {},
|
||||||
|
fullWidthOnMobile: true,
|
||||||
|
|
||||||
@computed("tagId")
|
@computed("tagId")
|
||||||
noTagsSelected() {
|
noTagsSelected() {
|
||||||
|
Loading…
Reference in New Issue
Block a user