# elasticpress/4.4.1/assets/css/status-report.css

ElasticPress, version 4.4.1. 42 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/4.4.1/code/assets/css/status-report.css
- Raw: https://pluginprobe.com/plugins/elasticpress/4.4.1/raw/assets/css/status-report.css
- Modified: 2022-11-29T18:22:08+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/4.4.1/code/assets/css/status-report.css#L10-L20`.

```css
.ep-status-report {
	max-width: 800px;

	& .components-panel {
		margin-bottom: 1rem;
	}

	& table {
		table-layout: fixed;

		& col:first-of-type {
			width: 40%;
		}

		& td,
		& th {
			line-height: 1.5;
		}

		& small {
			display: block;
		}

		& pre {
			margin: 0;
			overflow-x: scroll;
		}
	}
}

.ep-copy-button-wrapper {
	align-items: center;
	display: inline-flex;
	margin: 0.5rem 0 1rem;
}

.ep-copy-button-wrapper__success {
	color: #008a20;
	display: none;
	margin-left: 0.5rem;
}

```
