FIX: force full width on mobile for cat and tag drops

This commit is contained in:
Joffrey JAFFEUX 2018-01-25 09:38:02 +01:00 committed by GitHub
parent adae963751
commit 47bef377f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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();

View File

@ -19,6 +19,7 @@ export default ComboBoxComponent.extend({
tagId: null,
categoryStyle: Ember.computed.alias("siteSettings.category_style"),
mutateAttributes() {},
fullWidthOnMobile: true,
@computed("tagId")
noTagsSelected() {