# elasticpress/5.0.1/assets/js/weighting/css/add-new.css

ElasticPress, version 5.0.1. 17 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.0.1/code/assets/js/weighting/css/add-new.css
- Raw: https://pluginprobe.com/plugins/elasticpress/5.0.1/raw/assets/js/weighting/css/add-new.css
- Modified: 2023-11-01T18:08:28+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/elasticpress/5.0.1/code/assets/js/weighting/css/add-new.css#L10-L20`.

```css
.ep-weighting-add-new {
	align-items: start;
	gap: 4px;
	justify-content: start;
	margin-top: 16px;
	max-width: 100%;
	width: 50ch;

	& .components-base-control .components-text-control__input {
		min-height: 36px;
	}

	& .components-button {
		margin-top: calc(1.4 * 11px + 8px);
	}
}

```
