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

How do I hide the category descriptions in the pop-up window 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;
}

:bouquet: thanks Lilly