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"),
|
||||
noCategoriesLabel: I18n.t("categories.no_subcategory"),
|
||||
mutateAttributes() {},
|
||||
fullWidthOnMobile: true,
|
||||
|
||||
init() {
|
||||
this._super();
|
||||
|
|
|
@ -19,6 +19,7 @@ export default ComboBoxComponent.extend({
|
|||
tagId: null,
|
||||
categoryStyle: Ember.computed.alias("siteSettings.category_style"),
|
||||
mutateAttributes() {},
|
||||
fullWidthOnMobile: true,
|
||||
|
||||
@computed("tagId")
|
||||
noTagsSelected() {
|
||||
|
|
Loading…
Reference in New Issue