UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

11 lines (8 loc) 194 B
import styled from 'styled-components'; const DynamicZoneWrapper = styled.div` display: flex; margin: 5px 0 0px 0; overflow: auto; height: 119px; `; export default DynamicZoneWrapper;