import styled from '@emotion/styled'; export const InplaceInputTextDisplayMode = styled.div` overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; `;