1
0
Fork 0

FIX: increase width to accomodate long category names (#178)

* FIX: increase width to accomodate long category names

* version bump
Dieser Commit ist enthalten in:
Faizaan Gagan 2022-01-31 16:21:23 +05:30 committet von GitHub
Ursprung f92c2cd574
Commit 8d2dbd565e
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
3 geänderte Dateien mit 6 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -3,6 +3,7 @@ import { computed } from "@ember/object";
import { makeArray } from "discourse-common/lib/helpers";
export default CategorySelector.extend({
classNames: ["category-selector", "wizard-category-selector"],
content: computed(
"categories.[]",
"blacklist.[]",

Datei anzeigen

@ -173,4 +173,8 @@
}
}
}
.wizard-category-selector {
width: 500px;
}
}

Datei anzeigen

@ -1,7 +1,7 @@
# frozen_string_literal: true
# name: discourse-custom-wizard
# about: Create custom wizards
# version: 1.17.1
# version: 1.17.2
# authors: Angus McLeod
# url: https://github.com/paviliondev/discourse-custom-wizard
# contact emails: angus@thepavilion.io