# elasticpress/5.0.2/assets/js/sync-ui/css/messages.css

ElasticPress, version 5.0.2. 22 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.0.2/code/assets/js/sync-ui/css/messages.css
- Raw: https://pluginprobe.com/plugins/elasticpress/5.0.2/raw/assets/js/sync-ui/css/messages.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.2/code/assets/js/sync-ui/css/messages.css#L10-L20`.

```css
.ep-sync-messages {
	align-content: start;
	background: var(--ep-sync-color-black);
	color: var(--ep-sync-color-white);
	display: grid;
	font-family: monospace;
	gap: 0 8px;
	grid-template-columns: max-content auto;
	height: 21em;
	line-height: 2;
	overflow-y: auto;
	padding: 8px 16px;
	white-space: pre-wrap;
}

.ep-sync-messages__line-number {
	box-sizing: content-box;
	min-width: 3ch;
	opacity: 0.5;
	text-align: right;
}

```
