UNPKG

strapi-plugin-users-permissions

Version:

Protect your API with a full-authentication process based on JWT

10 lines (7 loc) 234 B
import React from 'react'; import styled from 'styled-components'; import { Text } from '@buffetjs/core'; const RoleDescription = styled(props => <Text {...props} ellipsis />)` max-width: 25rem; `; export default RoleDescription;