UNPKG

strapi-plugin-content-manager

Version:

A powerful UI to easily manage your data.

11 lines (8 loc) 191 B
import styled from 'styled-components'; const Truncated = styled.p` overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0; `; export default Truncated;