UNPKG

@acrsolutions/chat-components

Version:

Un set di componenti per la creazione di un'applicazione di messaggistica

7 lines (6 loc) 159 B
import styled from 'styled-components'; export const StyledPreWrap = styled.div ` white-space: pre-wrap; word-break: break-word; max-width: 100%; `;