UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

10 lines (7 loc) 165 B
import styled from 'styled-components'; const Wrapper = styled.div` display: flex; margin-bottom: 6px; justify-content: flex-end; `; export default Wrapper;