# merchant/1.6/assets/css/modules/wishlist/admin/preview.css

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

- Page: https://pluginprobe.com/plugins/merchant/1.6/code/assets/css/modules/wishlist/admin/preview.css
- Raw: https://pluginprobe.com/plugins/merchant/1.6/raw/assets/css/modules/wishlist/admin/preview.css
- Modified: 2023-11-29T20:09:50+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.6/code/assets/css/modules/wishlist/admin/preview.css#L10-L20`.

```css
/**
 * Admin Preview
 * Wishlist
 *
 */
.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;
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 35px 25px;
}

.merchant-wishlist-product-preview {
  width: 100%;
}

.merchant-wishlist-product-preview .image-wrapper {
  position: relative;
  height: 11vw;
  max-height: 220px;
  background-color: #f5f5f5;
}

```
