# convertkit/3.3.0/resources/backend/css/category.css

Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages, version 3.3.0. 16 lines.

- Page: https://pluginprobe.com/plugins/convertkit/3.3.0/code/resources/backend/css/category.css
- Raw: https://pluginprobe.com/plugins/convertkit/3.3.0/raw/resources/backend/css/category.css
- Modified: 2025-09-29T11:31:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/convertkit/3.3.0/code/resources/backend/css/category.css#L10-L20`.

```css
/**
 * Category Settings
 */

/* Match width of input to other Category fields */
.convertkit-select2-container-grid {
	max-width: 95%;
}

@media screen and (max-width: 782px) {

	.convertkit-select2-container-grid {
		max-width: 100%;
	}
}

```
