mirror of
https://github.com/strapi/strapi.git
synced 2025-12-04 11:02:12 +00:00
10 lines
158 B
JavaScript
10 lines
158 B
JavaScript
import styled from 'styled-components';
|
|
|
|
const HiddenAction = styled.div`
|
|
min-width: 10rem;
|
|
max-width: 12rem;
|
|
flex: 1;
|
|
`;
|
|
|
|
export default HiddenAction;
|