# merchant/1.8.3/assets/css/modules/code-snippets/admin/preview.css

Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together &amp; More for WooCommerce – Merchant, version 1.8.3. 24 lines.

- Page: https://pluginprobe.com/plugins/merchant/1.8.3/code/assets/css/modules/code-snippets/admin/preview.css
- Raw: https://pluginprobe.com/plugins/merchant/1.8.3/raw/assets/css/modules/code-snippets/admin/preview.css
- Modified: 2024-01-18T16:38:58+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/merchant/1.8.3/code/assets/css/modules/code-snippets/admin/preview.css#L10-L20`.

```css
/**
 * Admin Preview
 * Code Snippets
 *
 */
.merchant-module-page-preview-browser-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto;
  padding: 30px 25px 25px;
}

.mrc-code-snippets-preview img {
  width: 100%;
  max-width: 450px;
}
```
