Skip to content

Commit 8d2dbd5

Browse files
authored
FIX: increase width to accomodate long category names (#178)
* FIX: increase width to accomodate long category names * version bump
1 parent f92c2cd commit 8d2dbd5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

assets/javascripts/wizard/components/wizard-category-selector.js.es6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { computed } from "@ember/object";
33
import { makeArray } from "discourse-common/lib/helpers";
44

55
export default CategorySelector.extend({
6+
classNames: ["category-selector", "wizard-category-selector"],
67
content: computed(
78
"categories.[]",
89
"blacklist.[]",

assets/stylesheets/wizard/custom/field.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,8 @@
173173
}
174174
}
175175
}
176+
177+
.wizard-category-selector {
178+
width: 500px;
179+
}
176180
}

plugin.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22
# name: discourse-custom-wizard
33
# about: Create custom wizards
4-
# version: 1.17.1
4+
# version: 1.17.2
55
# authors: Angus McLeod
66
# url: https://github.com/paviliondev/discourse-custom-wizard
77
# contact emails: angus@thepavilion.io

0 commit comments

Comments
 (0)