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

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

- Page: https://pluginprobe.com/plugins/convertkit/2.0.3/code/resources/backend/css/category.css
- Raw: https://pluginprobe.com/plugins/convertkit/2.0.3/raw/resources/backend/css/category.css
- Modified: 2022-12-08T13:24:32+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/2.0.3/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%;
	}
}

```
