# elasticpress/5.3.5/assets/js/status-report/style.css

ElasticPress, version 5.3.5. 38 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.3.5/code/assets/js/status-report/style.css
- Raw: https://pluginprobe.com/plugins/elasticpress/5.3.5/raw/assets/js/status-report/style.css
- Modified: 2025-11-05T15:10:22+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.3.5/code/assets/js/status-report/style.css#L10-L20`.

```css
.ep-status-report {
	margin-bottom: 16px;

	& .components-panel__header h2 {
		font-size: 14px;
	}

	& .components-notice {
		margin: 0;
	}

	& table {
		table-layout: fixed;

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

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

		& small {
			display: block;
		}

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

.ep-status-report-actions {
	margin-bottom: 16px;
}

```
