# elasticpress/5.0.1/assets/js/sync-ui/css/sync-history.css

ElasticPress, version 5.0.1. 12 lines.

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

```css
.ep-sync-history {
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style: none;
	margin-left: 0;

	& li {
		margin: 0;
	}
}

```
