How can I hide category descriptions when creating a new topic?

i think this css should work in a theme component

.select-kit.combo-box.category-chooser .select-kit-row .category-desc {
    display: none;
}