# elasticpress/5.0.0/assets/js/settings-screen/style.css

ElasticPress, version 5.0.0. 18 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.0.0/code/assets/js/settings-screen/style.css
- Raw: https://pluginprobe.com/plugins/elasticpress/5.0.0/raw/assets/js/settings-screen/style.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.0/code/assets/js/settings-screen/style.css#L10-L20`.

```css
.ep-settings-page__wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.ep-settings-page__snackbar-list {
	bottom: 40px;
	left: 0;
	padding: 0 16px;
	position: fixed;

	@media (min-width: 600px) {
		left: auto;
		padding: 0;
	}
}

```
