# wp-ultimate-post-grid/4.0.1/assets/css/admin/shared/error-boundary.scss

WP Ultimate Post Grid, version 4.0.1. 15 lines.

- Page: https://pluginprobe.com/plugins/wp-ultimate-post-grid/4.0.1/code/assets/css/admin/shared/error-boundary.scss
- Raw: https://pluginprobe.com/plugins/wp-ultimate-post-grid/4.0.1/raw/assets/css/admin/shared/error-boundary.scss
- Modified: 2020-01-24T07:47:12+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/wp-ultimate-post-grid/4.0.1/code/assets/css/admin/shared/error-boundary.scss#L10-L20`.

```scss
.wpupg-error-boundary {
    overflow: scroll;
    margin: 10px;
    padding: 0 10px;
    border: 1px dashed darkred;
    border-radius: 4px;
    
    strong {
        color: darkred;
    }

    pre {
        white-space: pre-wrap;
    }
}
```
