FIX: increase width to accomodate long category names (#178)
* FIX: increase width to accomodate long category names * version bump
Dieser Commit ist enthalten in:
Ursprung
f92c2cd574
Commit
8d2dbd565e
3 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen
|
@ -3,6 +3,7 @@ import { computed } from "@ember/object";
|
||||||
import { makeArray } from "discourse-common/lib/helpers";
|
import { makeArray } from "discourse-common/lib/helpers";
|
||||||
|
|
||||||
export default CategorySelector.extend({
|
export default CategorySelector.extend({
|
||||||
|
classNames: ["category-selector", "wizard-category-selector"],
|
||||||
content: computed(
|
content: computed(
|
||||||
"categories.[]",
|
"categories.[]",
|
||||||
"blacklist.[]",
|
"blacklist.[]",
|
||||||
|
|
|
@ -173,4 +173,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wizard-category-selector {
|
||||||
|
width: 500px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
# name: discourse-custom-wizard
|
# name: discourse-custom-wizard
|
||||||
# about: Create custom wizards
|
# about: Create custom wizards
|
||||||
# version: 1.17.1
|
# version: 1.17.2
|
||||||
# authors: Angus McLeod
|
# authors: Angus McLeod
|
||||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||||
# contact emails: angus@thepavilion.io
|
# contact emails: angus@thepavilion.io
|
||||||
|
|
Laden …
In neuem Issue referenzieren